FlexReport for WinForms
GetLoadedPage メソッド (C1SSRSDocumentSource)


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

パラメータ

pageIndex
0-based page index.

戻り値の型

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

参照

C1SSRSDocumentSource クラス
C1SSRSDocumentSource メンバ