FlexReport for WPF
ExportAsyncEx メソッド (C1DocumentSource)


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

パラメータ

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

戻り値の型

非同期操作の管理に使用できる IAsyncActionWithProgress<TProgress> インタフェース。
参照

C1DocumentSource クラス
C1DocumentSource メンバ