GaugePanel.StateIndicators Property

Definition

Gets or sets the state indicators of this gauge panel.

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)

Property Value

An IList<T> object.

Attributes

Applies to