FlexReport for WinForms
GetPage メソッド (C1DocumentSource)


C1.Win.Document.8 アセンブリ > C1.Win.Document 名前空間 > C1DocumentSource クラス : GetPage メソッド
0 から始まるページインデックス。
内部使用。 指定されたインデックスを持つページを取得します。
シンタックス
'宣言
 
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 から始まるページインデックス。

戻り値の型

要求されたページを表す C1.Win.Document.C1Page オブジェクト。
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ