FlexReport for WPF
RenderAsyncEx メソッド (FlexReport)


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

戻り値の型

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

FlexReport クラス
FlexReport メンバ
Render メソッド