Compartir a través de


GaugeScale.ScaleLabels Propiedad

Labels to display on the scale.

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

Sintaxis

'Declaración
Public ReadOnly Property ScaleLabels As ScaleLabels 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugeScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering