Creates an instance of OutputRange that includes a single interval of pages. FromPage may be greater than ToPage, in that case the range is inverted.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public OutputRange(
	int fromPage,
	int toPage
)
Visual Basic
Public Sub New ( _
	fromPage As Integer, _
	toPage As Integer _
)

Parameters

fromPage
Type: System..::..Int32
The number of the first page to include (1-based).
toPage
Type: System..::..Int32
The number of the last page to include (1-based).

See Also