Partager via


Propriété Slider.LabelData

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LabelData As LabelData 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Returns LabelData.

Voir aussi

Référence

Slider Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering