IndicatorStates プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
インジケーターの状態の一覧。
名前空間: 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< (Of < ( <'IndicatorState> ) > ) >
IList<(Of <(<'T>)>)> オブジェクトです。