Udostępnij za pośrednictwem


StateIndicator.IndicatorStates Property

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

Property Value

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

See Also

Reference

StateIndicator Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace