Partager via


Propriété ScaleLabels

Labels to display on the scale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ScaleLabels As ScaleLabels
    Get
'Utilisation
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