Share via


GaugePanel.StateIndicators Property

Gets the state indicators of this gauge panel.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property StateIndicators As StateIndicatorCollection
    Get
'Usage
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