Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection
A StateIndicatorCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace