Freigeben über


GaugePanel.GaugeLabels-Eigenschaft

Defines the set of labels for the gauge panel.

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

Syntax

'Declaration
Public ReadOnly Property GaugeLabels As GaugeLabelCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace