Describes a part of the document (pages or objects) that is to be exported or printed. Note: all page numbers are 1-based.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class OutputRange : ICloneable, 
	IEnumerable
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class OutputRange _
	Implements ICloneable, IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..OutputRange

See Also