GaugePanel.StateIndicators-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection
A StateIndicatorCollection object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace