Compartilhar via


Propriedade Instance

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

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

Sintaxe

'Declaração
Public ReadOnly Property Instance As GaugeScaleInstance
    Get
'Uso
Dim instance As GaugeScale
Dim value As GaugeScaleInstance

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