Partager via


Propriété CompiledTextRunInstance.ActionInstance

Gets an ActionInstance object that is compiled from HTML tags.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ActionInstance As ActionInstance 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

CompiledTextRunInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering