Compartir a través de


CompiledTextRunInstance.ActionInstance Propiedad

Gets an ActionInstance object that is compiled from HTML tags.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ActionInstance As ActionInstance 
    Get
'Uso
Dim instance As CompiledTextRunInstance 
Dim value As ActionInstance 

value = instance.ActionInstance
public ActionInstance ActionInstance { get; }
public:
property ActionInstance^ ActionInstance {
    ActionInstance^ get ();
}
member ActionInstance : ActionInstance
function get ActionInstance () : ActionInstance

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
An ActionInstance object

Vea también

Referencia

CompiledTextRunInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering