FlexReport for WinForms
ExecuteActionAsync メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ExecuteActionAsync メソッド
The C1DocumentAction defining action to execute.
Non-blocking (asynchronous) version of the ExecuteAction method.
シンタックス
'宣言
 
Public Function ExecuteActionAsync( _
   ByVal action As C1DocumentAction _
) As System.Threading.Tasks.Task(Of C1BookmarkPosition)
'使用法
 
Dim instance As C1DocumentSource
Dim action As C1DocumentAction
Dim value As System.Threading.Tasks.Task(Of C1BookmarkPosition)
 
value = instance.ExecuteActionAsync(action)
public System.Threading.Tasks.Task<C1BookmarkPosition> ExecuteActionAsync( 
   C1DocumentAction action
)

パラメータ

action
The C1DocumentAction defining action to execute.

戻り値の型

Asynchronous value object.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ