ComponentOne FlexReport for WinForms
OutputRange Constructor(Int32,Int32,Boolean)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class > OutputRange Constructor : OutputRange Constructor(Int32,Int32,Boolean)
The number of the first page to include (1-based).
The number of the last page to include (1-based).
Indicates whether the range should be inverted, see Inverted for details.
Creates an instance of OutputRange that includes a single interval of pages.
Syntax
'Declaration
 
Public Function New( _
   ByVal fromPage As System.Integer, _
   ByVal toPage As System.Integer, _
   ByVal inverted As System.Boolean _
)
public OutputRange( 
   System.int fromPage,
   System.int toPage,
   System.bool inverted
)

Parameters

fromPage
The number of the first page to include (1-based).
toPage
The number of the last page to include (1-based).
inverted
Indicates whether the range should be inverted, see Inverted for details.
See Also

Reference

OutputRange Class
OutputRange Members
Overload List