FlexReport for WinForms
GenerateAsyncEx メソッド (C1SSRSDocumentSource)


C1.Win.C1Document.4.8 アセンブリ > C1.Win.C1Document 名前空間 > C1SSRSDocumentSource クラス : GenerateAsyncEx メソッド
Generate メソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
Public Function GenerateAsyncEx() As IAsyncActionWithProgress(Of Double)
'使用法
 
Dim instance As C1SSRSDocumentSource
Dim value As IAsyncActionWithProgress(Of Double)
 
value = instance.GenerateAsyncEx()
public IAsyncActionWithProgress<double> GenerateAsyncEx()

戻り値の型

非同期操作を管理するために使用できる C1.Win.C1Document.IAsyncActionWithProgress`1 インタフェース。
参照

参照

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