Share via


GaugePanel.NumericIndicators Property

Gets the numeric indicators of this gauge panel.

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

Syntax

'Declaration
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection 
    Get
'Usage
Dim instance As GaugePanel 
Dim value As NumericIndicatorCollection 

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

Property Value

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

See Also

Reference

GaugePanel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace