Partager via


Propriété NumericIndicators

Gets the numeric indicators of this gauge panel.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection
    Get
'Utilisation
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