Partilhar via


Propriedade do RDL StateIndicator.IndicatorStates

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a list of the indicator states.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.RdlObjectModel