FlexReport for WinForms
GetLoadedPage メソッド (C1DocumentSource)


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

パラメータ

pageIndex
0-based page index.

戻り値の型

The C1Page object representing the requested page, or null.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ