Proprietà Instance
Gets an instance object that contains the calculated values of this definition object.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As DataValueInstance
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataValueInstance
A DataValueInstance object.
Vedere anche