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).

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

Syntax

C#
public OutputRange(
	string pages
)
Visual Basic
Public Sub New ( _
	pages As String _
)

Parameters

pages
Type: System..::..String
The pages to be included.

See Also