Partilhar via


Propriedade do RDL GaugeScale.CustomLabels

Custom labels for the scale.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property CustomLabels As CustomLabelCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomLabelCollection
A CustomLabelCollection object.

Consulte também

Referência

GaugeScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering