Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorCollection
A NumericIndicatorCollection object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace