Partager via


Propriété 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