FlexReport for WinForms
GetPageAsync メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : GetPageAsync メソッド
0-based page index.
For internal use. Non-blocking (asynchronous) version of the GetPage method.
シンタックス
'宣言
 
Public Function GetPageAsync( _
   ByVal pageIndex As System.Integer _
) As System.Threading.Tasks.Task(Of C1Page)
'使用法
 
Dim instance As C1DocumentSource
Dim pageIndex As System.Integer
Dim value As System.Threading.Tasks.Task(Of C1Page)
 
value = instance.GetPageAsync(pageIndex)
public System.Threading.Tasks.Task<C1Page> GetPageAsync( 
   System.int pageIndex
)

パラメータ

pageIndex
0-based page index.

戻り値の型

The asynchronous C1Page object representing the requested page.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ