FlexReport for WinForms
RenderAsync メソッド (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : RenderAsync メソッド
Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsync method on the base class.
シンタックス
'宣言
 
Public Function RenderAsync() As System.Threading.Tasks.Task
'使用法
 
Dim instance As FlexReport
Dim value As System.Threading.Tasks.Task
 
value = instance.RenderAsync()
public System.Threading.Tasks.Task RenderAsync()
参照

参照

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