FlexReport for WinForms
GetMaxPage メソッド (OutputRange)


C1.Document アセンブリ > C1.Document 名前空間 > OutputRange クラス : GetMaxPage メソッド
The ending page number (used if the current range is to the end of a document).
Gets the ending page number of the current range.
シンタックス
'宣言
 
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
The ending page number (used if the current range is to the end of a document).

戻り値の型

The actual ending page number.
参照

参照

OutputRange クラス
OutputRange メンバ