Compartilhar via


Propriedade do RDL GaugePanel.GaugeLabels

Defines the set of labels for the gauge panel.

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

Sintaxe

'Declaração
Public ReadOnly Property GaugeLabels As GaugeLabelCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

GaugePanel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering