共用方式為


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 命名空間