다음을 통해 공유


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 네임스페이스