共用方式為


GaugePanel.NumericIndicators 屬性

Gets the numeric indicators of this gauge panel.

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

語法

'宣告
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection 
    Get
'用途
Dim instance As GaugePanel 
Dim value As NumericIndicatorCollection 

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

屬性值

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

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間