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 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
Microsoft.ReportingServices.OnDemandReportRendering Namespace