IndicatorStates 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
A list of the indicator states.
命名空間: 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> ) > ) >
An IList<(Of <(<'T>)>)> object.