Partager via


Propriété Instance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As DataValueInstance
    Get
'Utilisation
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