Condividi tramite


Proprietà GaugePointer.Instance

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As GaugePointerInstance 
    Get
'Utilizzo
Dim instance As GaugePointer 
Dim value As GaugePointerInstance 

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

Valore proprietà

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

Vedere anche

Riferimento

GaugePointer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering