Condividi tramite


Proprietà GaugeImage.Instance

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the instance of GaugeImage.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As GaugeImageInstance 
    Get
'Utilizzo
Dim instance As GaugeImage 
Dim value As GaugeImageInstance 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageInstance
The instance of GaugeImage.

Vedere anche

Riferimento

GaugeImage Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering