共用方式為


GaugePanel.GaugeLabels 屬性

Defines the set of labels for the gauge panel.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property GaugeLabels As GaugeLabelCollection 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelCollection
A GaugeLabelCollection object.

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間