共用方式為


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