次の方法で共有


GaugePanel.StateIndicators プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property StateIndicators As StateIndicatorCollection 
    Get
'使用
Dim instance As GaugePanel 
Dim value As StateIndicatorCollection 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection
StateIndicatorCollection オブジェクト。

関連項目

参照

GaugePanel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間