Compartir a través de


GaugeCell.Instance Propiedad

Gets the instance object that contains calculated values of this 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 GaugeCellInstance 
    Get
'Uso
Dim instance As GaugeCell 
Dim value As GaugeCellInstance 

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

Valor de la propiedad

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

Vea también

Referencia

GaugeCell Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering