Compartir a través de


StateIndicator.IndicatorStates Propiedad

Gets the states in the indicator.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

StateIndicator Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering