FlexReport for WPF
GenerateAsyncEx メソッド (C1SSRSDocumentSource)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1SSRSDocumentSource クラス : GenerateAsyncEx メソッド
Generate メソッドのノンブロッキング (非同期) バージョンです。
シンタックス
'宣言
 
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()

戻り値の型

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

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