Condividi tramite


Proprietà GaugeScale.ScaleLabels

Labels to display on the scale.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ScaleLabels As ScaleLabels 
    Get
'Utilizzo
Dim instance As GaugeScale 
Dim value As ScaleLabels 

value = instance.ScaleLabels
public ScaleLabels ScaleLabels { get; }
public:
property ScaleLabels^ ScaleLabels {
    ScaleLabels^ get ();
}
member ScaleLabels : ScaleLabels
function get ScaleLabels () : ScaleLabels

Valore proprietà

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

Vedere anche

Riferimento

GaugeScale Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering