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.
Custom labels for the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CustomLabels As CustomLabelCollection
Get
'Usage
Dim instance As GaugeScale
Dim value As CustomLabelCollection
value = instance.CustomLabels
public CustomLabelCollection CustomLabels { get; }
public:
property CustomLabelCollection^ CustomLabels {
CustomLabelCollection^ get ();
}
member CustomLabels : CustomLabelCollection
function get CustomLabels () : CustomLabelCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CustomLabelCollection
A CustomLabelCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace