Slider.LabelData 属性

Gets the dataset used to populate the data for the slider labels.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelData As LabelData 
    Get
用法
Dim instance As Slider 
Dim value As LabelData 

value = instance.LabelData
public LabelData LabelData { get; }
public:
property LabelData^ LabelData {
    LabelData^ get ();
}
member LabelData : LabelData
function get LabelData () : LabelData

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Returns LabelData.

请参阅

参考

Slider 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间