Compartilhar via


Propriedade do RDL DataValue.Instance

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

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

Sintaxe

'Declaração
Public ReadOnly Property Instance As DataValueInstance 
    Get
'Uso
Dim instance As DataValue 
Dim value As DataValueInstance 

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

Valor da propriedade

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

Consulte também

Referência

DataValue Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering