Compartir a través de


NumericIndicator.Instance Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets an instance of the NumericIndicator class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Instance As NumericIndicatorInstance 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance
An instance of the NumericIndicator class.

Vea también

Referencia

NumericIndicator Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering