FlexReport for WinForms
ExportAsyncEx メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ExportAsyncEx メソッド
The export filter to use.
Non-blocking (asynchronous) version of the Export method.
シンタックス
'宣言
 
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
The export filter to use.

戻り値の型

The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ