Partager via


Propriété DataValue.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

Valeur de propriété

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

Voir aussi

Référence

DataValue Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering