Compartir a través de


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