Propriedade do RDL Slider.LabelData
Gets the dataset used to populate the data for the slider labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelData As LabelData
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Returns LabelData.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering