Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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>)
Property Value
Type: System.Collections.Generic.IList<StateIndicator>
An IList<T> object.