FlexReport for WPF
RenderToFilterAsyncEx メソッド (FlexReport)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > FlexReport クラス : RenderToFilterAsyncEx メソッド
使用するエクスポーター。
RenderToFilter メソッドのノンブロッキング (非同期) バージョンです。 このメソッドは、基本クラスの C1.WPF.Document.C1DocumentSource.ExportAsyncEx メソッドへのショートカットです。
シンタックス
'宣言
 
Public Function RenderToFilterAsyncEx( _
   ByVal filter As ExportFilter _
) As IAsyncActionWithProgress(Of Double)
'使用法
 
Dim instance As FlexReport
Dim filter As ExportFilter
Dim value As IAsyncActionWithProgress(Of Double)
 
value = instance.RenderToFilterAsyncEx(filter)
public IAsyncActionWithProgress<double> RenderToFilterAsyncEx( 
   ExportFilter filter
)

パラメータ

filter
使用するエクスポーター。

戻り値の型

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

FlexReport クラス
FlexReport メンバ