Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace