FlexReport for WPF
GetMaxPage メソッド (OutputRange)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > OutputRange クラス : GetMaxPage メソッド
終了ページ番号。現在の範囲がドキュメントの末尾で終わる場合に使用されます。
現在の範囲の終了ページ番号を取得します。
シンタックス
'宣言
 
Public Function GetMaxPage( _
   ByVal maxPageNumber As System.Integer _
) As System.Integer
'使用法
 
Dim instance As OutputRange
Dim maxPageNumber As System.Integer
Dim value As System.Integer
 
value = instance.GetMaxPage(maxPageNumber)
public System.int GetMaxPage( 
   System.int maxPageNumber
)

パラメータ

maxPageNumber
終了ページ番号。現在の範囲がドキュメントの末尾で終わる場合に使用されます。

戻り値の型

実際の終了ページ番号。
参照

OutputRange クラス
OutputRange メンバ