FlexReport for WPF
ExportAsync メソッド (C1DocumentSource)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1DocumentSource クラス : ExportAsync メソッド
使用するエクスポートフィルタ。
Export メソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
Public Function ExportAsync( _
   ByVal exportFilter As ExportFilter _
) As System.Threading.Tasks.Task
'使用法
 
Dim instance As C1DocumentSource
Dim exportFilter As ExportFilter
Dim value As System.Threading.Tasks.Task
 
value = instance.ExportAsync(exportFilter)
public System.Threading.Tasks.Task ExportAsync( 
   ExportFilter exportFilter
)

パラメータ

exportFilter
使用するエクスポートフィルタ。

戻り値の型

非同期の値オブジェクト。
参照

C1DocumentSource クラス
C1DocumentSource メンバ