Compartilhar via


Propriedade do RDL GaugeCell.Instance

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

GaugeCell Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering