StateIndicator.IndicatorStates 属性

此 API 支持 基础结构,但不能通过代码直接使用。

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>)