ComponentOne FlexReport for WinForms
InRange Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class : InRange Method
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.
Syntax
'Declaration
 
Public Function InRange( _
   ByVal minPageNumber As System.Integer, _
   ByVal maxPageNumber As System.Integer _
) As System.Boolean
public System.bool InRange( 
   System.int minPageNumber,
   System.int maxPageNumber
)

Parameters

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).
See Also

Reference

OutputRange Class
OutputRange Members