FlexReport for WinForms
InRange メソッド (OutputRange)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > OutputRange クラス : InRange メソッド
The starting page number (used if the current range is from the beginning of a document).
The ending page number (used if the current range is to the end of a document).
Tests whether page numbers specified by the current OutputRange fall within a specified range.
シンタックス
'宣言
 
Public Function InRange( _
   ByVal minPageNumber As System.Integer, _
   ByVal maxPageNumber As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As OutputRange
Dim minPageNumber As System.Integer
Dim maxPageNumber As System.Integer
Dim value As System.Boolean
 
value = instance.InRange(minPageNumber, maxPageNumber)
public System.bool InRange( 
   System.int minPageNumber,
   System.int maxPageNumber
)

パラメータ

minPageNumber
The starting page number (used if the current range is from the beginning of a document).
maxPageNumber
The ending page number (used if the current range is to the end of a document).
参照

参照

OutputRange クラス
OutputRange メンバ