Creates a new instance of the output range that includes all pages in the document.

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

Syntax

C#
public OutputRange(
	int maxPageNumber
)
Visual Basic
Public Sub New ( _
	maxPageNumber As Integer _
)

Parameters

maxPageNumber
Type: System..::..Int32
The maximum page number (used to prevent infinite enumeration).

See Also