Partager via


Propriété GaugeLabel.Instance

Gets the report instance object that contains the calculated values of this report 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 GaugeLabelInstance 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

GaugeLabel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering