Partager via


Propriété GaugePanel.StateIndicators

Gets the state indicators of this gauge panel.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StateIndicators As StateIndicatorCollection 
    Get
'Utilisation
Dim instance As GaugePanel 
Dim value As StateIndicatorCollection 

value = instance.StateIndicators
public StateIndicatorCollection StateIndicators { get; }
public:
property StateIndicatorCollection^ StateIndicators {
    StateIndicatorCollection^ get ();
}
member StateIndicators : StateIndicatorCollection
function get StateIndicators () : StateIndicatorCollection

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection
A StateIndicatorCollection object.

Voir aussi

Référence

GaugePanel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering