Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the dataset used to populate the data for the slider labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelData As LabelData
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.LabelData
Returns LabelData.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace