FlexReport for WinForms
GetPage メソッド (RplReader)


C1.Document アセンブリ > C1.Ssrs.RplReader 名前空間 > RplReader クラス : GetPage メソッド
Gets page with specified index from stream, before calling of this method all pages should be read via ReadPage() method.
シンタックス
'宣言
 
Public Function GetPage( _
   ByVal pageIndex As System.Integer _
) As PageContent_10_3
'使用法
 
Dim instance As RplReader
Dim pageIndex As System.Integer
Dim value As PageContent_10_3
 
value = instance.GetPage(pageIndex)
public PageContent_10_3 GetPage( 
   System.int pageIndex
)

パラメータ

pageIndex
参照

参照

RplReader クラス
RplReader メンバ