Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an instance object that contains the calculated values of this definition object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataValueInstance
A DataValueInstance object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering