Freigeben über


StateIndicator.IndicatorStates-Eigenschaft

Gets the states in the indicator.

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

Syntax

'Declaration
Public ReadOnly Property IndicatorStates As IndicatorStateCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace