ComponentOne FlexReport for WinForms
OutputRange Constructor(String,Boolean)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class > OutputRange Constructor : OutputRange Constructor(String,Boolean)
The pages to be included.
Indicates whether the range should be inverted, see Inverted for details.
Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).
Syntax
'Declaration
 
Public Function New( _
   ByVal pages As System.String, _
   ByVal inverted As System.Boolean _
)
public OutputRange( 
   System.string pages,
   System.bool inverted
)

Parameters

pages
The pages to be included.
inverted
Indicates whether the range should be inverted, see Inverted for details.
See Also

Reference

OutputRange Class
OutputRange Members
Overload List