Freigeben über


GaugePanel.StateIndicators-Eigenschaft

Gets or sets the state indicators of this gauge panel.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property StateIndicators As IList(Of StateIndicator)
    Get 
    Set
'Usage
Dim instance As GaugePanel 
Dim value As IList(Of StateIndicator)

value = instance.StateIndicators

instance.StateIndicators = value
public IList<StateIndicator> StateIndicators { get; set; }
public:
property IList<StateIndicator^>^ StateIndicators {
    IList<StateIndicator^>^ get ();
    void set (IList<StateIndicator^>^ value);
}
member StateIndicators : IList<StateIndicator> with get, set
function get StateIndicators () : IList<StateIndicator>
function set StateIndicators (value : IList<StateIndicator>)

Eigenschaftswert

Typ: System.Collections.Generic.IList<StateIndicator>
An IList<T> object.

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace