共用方式為


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 命名空間