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.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets an instance of the NumericIndicator class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Instance As NumericIndicatorInstance
Get
'Usage
Dim instance As NumericIndicator
Dim value As NumericIndicatorInstance
value = instance.Instance
public NumericIndicatorInstance Instance { get; }
public:
property NumericIndicatorInstance^ Instance {
NumericIndicatorInstance^ get ();
}
member Instance : NumericIndicatorInstance
function get Instance () : NumericIndicatorInstance
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance
An instance of the NumericIndicator class.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace