Compartir a través de


StateIndicator.IndicatorStates Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a list of the indicator states.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property IndicatorStates As IList(Of IndicatorState)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.Generic.IList<IndicatorState>
A list of the indicator states.

Vea también

Referencia

StateIndicator Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel