Condividi tramite


Proprietà GaugeScale.CustomLabels

Custom labels for the scale.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CustomLabels As CustomLabelCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering