Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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