Partager via


Propriété GaugeCell.Instance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As GaugeCellInstance 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

GaugeCell Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering