GaugePanel.StateIndicators 속성

정의

이 계기 패널의 상태 표시기를 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::StateIndicator ^> ^ StateIndicators { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::StateIndicator ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::StateIndicator ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.StateIndicator>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.StateIndicator> StateIndicators { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.StateIndicator>))>]
member this.StateIndicators : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.StateIndicator> with get, set
Public Property StateIndicators As IList(Of StateIndicator)

속성 값

IList<T> 개체입니다.

특성

적용 대상