Compartilhar via


Propriedade do RDL GaugeScale.ScaleLabels

Labels to display on the scale.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

GaugeScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering