FlexReport for WinForms
RenderAsyncEx メソッド (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : RenderAsyncEx メソッド
Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsyncEx method on the base class.
シンタックス
'宣言
 
Public Function RenderAsyncEx() As IAsyncActionWithProgress(Of Double)
'使用法
 
Dim instance As FlexReport
Dim value As IAsyncActionWithProgress(Of Double)
 
value = instance.RenderAsyncEx()
public IAsyncActionWithProgress<double> RenderAsyncEx()

戻り値の型

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

参照

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