Specifies the type of an OutputRange.

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

Syntax

C#
public enum OutputRangeTypeEnum
Visual Basic
Public Enumeration OutputRangeTypeEnum

Members

Member nameDescription
All All pages of the document are in the range.
PageList Pages that are in the range are specified as a list.
PageRange One or more ranges of pages are specified.

See Also