FlexReport for WinForms
GenerateAsyncEx メソッド (C1SSRSDocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1SSRSDocumentSource クラス : GenerateAsyncEx メソッド
Non-blocking (asynchronous) version of the Generate method.
シンタックス
'宣言
 
Public Shadows Function GenerateAsyncEx() As IAsyncActionWithProgress(Of Double)
'使用法
 
Dim instance As C1SSRSDocumentSource
Dim value As IAsyncActionWithProgress(Of Double)
 
value = instance.GenerateAsyncEx()
public new IAsyncActionWithProgress<double> GenerateAsyncEx()

戻り値の型

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

参照

C1SSRSDocumentSource クラス
C1SSRSDocumentSource メンバ
Generate メソッド