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 the report instance object that contains the calculated values of this report definition object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property Instance As TextRunInstance
Get
'Uso
Dim instance As TextRun
Dim value As TextRunInstance
value = instance.Instance
public abstract TextRunInstance Instance { get; }
public:
virtual property TextRunInstance^ Instance {
TextRunInstance^ get () abstract;
}
abstract Instance : TextRunInstance
abstract function get Instance () : TextRunInstance
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering