FlexReport for WinForms
GetPage メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : GetPage メソッド
0-based page index.
For internal use. Fetches a page with the specified index.
シンタックス
'宣言
 
Public Function GetPage( _
   ByVal pageIndex As System.Integer _
) As C1Page
'使用法
 
Dim instance As C1DocumentSource
Dim pageIndex As System.Integer
Dim value As C1Page
 
value = instance.GetPage(pageIndex)
public C1Page GetPage( 
   System.int pageIndex
)

パラメータ

pageIndex
0-based page index.

戻り値の型

The C1Page object representing the requested page.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ