Proprietà StateIndicator.IndicatorStates
Gets the states in the indicator.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IndicatorStates As IndicatorStateCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateCollection
An IndicatorStateCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering