次の方法で共有


GaugePanel.NumericIndicators プロパティ

このゲージ パネルの数値インジケーターを取得します。

名前空間:  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
NumericIndicatorCollection オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間