共用方式為


StateIndicator.IndicatorStates 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets 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<IndicatorState>
A list of the indicator states.

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間