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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
An ActionInstance object

请参阅

参考

CompiledTextRunInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间