Partager via


Propriété GaugePanel.GaugeLabels

Defines the set of labels for the gauge panel.

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

Syntaxe

'Déclaration
Public ReadOnly Property GaugeLabels As GaugeLabelCollection 
    Get
'Utilisation
Dim instance As GaugePanel 
Dim value As GaugeLabelCollection 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelCollection
A GaugeLabelCollection object.

Voir aussi

Référence

GaugePanel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering