Compartir a través de


GaugeScale.CustomLabels Propiedad

Custom labels for the scale.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

GaugeScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering