Partilhar via


Propriedade do RDL GaugeMember.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 GaugeMemberInstance 
    Get
'Uso
Dim instance As GaugeMember 
Dim value As GaugeMemberInstance 

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

Valor da propriedade

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

Consulte também

Referência

GaugeMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering