Compartir a través de


GaugeLabel.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxis

'Declaración
Public ReadOnly Property Instance As GaugeLabelInstance 
    Get
'Uso
Dim instance As GaugeLabel 
Dim value As GaugeLabelInstance 

value = instance.Instance
public GaugeLabelInstance Instance { get; }
public:
property GaugeLabelInstance^ Instance {
    GaugeLabelInstance^ get ();
}
member Instance : GaugeLabelInstance
function get Instance () : GaugeLabelInstance

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelInstance
A GaugeLabelInstance object.

Vea también

Referencia

GaugeLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering