次の方法で共有


StateIndicator.IndicatorStates プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

インジケーターの状態の一覧を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property IndicatorStates As IList(Of IndicatorState)
    Get 
    Set
'使用
Dim instance As StateIndicator 
Dim value As IList(Of IndicatorState)

value = instance.IndicatorStates

instance.IndicatorStates = value
public IList<IndicatorState> IndicatorStates { get; set; }
public:
property IList<IndicatorState^>^ IndicatorStates {
    IList<IndicatorState^>^ get ();
    void set (IList<IndicatorState^>^ value);
}
member IndicatorStates : IList<IndicatorState> with get, set
function get IndicatorStates () : IList<IndicatorState>
function set IndicatorStates (value : IList<IndicatorState>)

プロパティ値

型: System.Collections.Generic.IList<IndicatorState>
インジケーターの状態の一覧。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間