CompiledTextRunInstance.ActionInstance 属性

Gets an ActionInstance object that is compiled from HTML tags.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ActionInstance As ActionInstance
    Get
用法
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