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