다음을 통해 공유


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