Creates an instance of OutputRange that includes all pages with numbers specified in the list. The list may include Dash values to specify intervals.

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

Syntax

C#
public OutputRange(
	int[] pageNumbers
)
Visual Basic
Public Sub New ( _
	pageNumbers As Integer() _
)

Parameters

pageNumbers
Type: array<System..::..Int32>[]()[][]
The array of page numbers to include.

See Also