Partilhar via


Propriedade do RDL StateIndicator.IndicatorStates

Gets the states in the indicator.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property IndicatorStates As IndicatorStateCollection 
    Get
'Uso
Dim instance As StateIndicator 
Dim value As IndicatorStateCollection 

value = instance.IndicatorStates
public IndicatorStateCollection IndicatorStates { get; }
public:
property IndicatorStateCollection^ IndicatorStates {
    IndicatorStateCollection^ get ();
}
member IndicatorStates : IndicatorStateCollection
function get IndicatorStates () : IndicatorStateCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateCollection
An IndicatorStateCollection object.

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering