GaugeScale.CustomLabels Property

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