Allows to enumerate all pages in the range. Note: It is the client reesponsibility to take steps to avoid infinite loops if the OutputRange was created without specifying a valid MaxPageNumber.

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

Syntax

C#
public class Enumerator : IEnumerator
Visual Basic
Public Class Enumerator _
	Implements IEnumerator

Inheritance Hierarchy

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

See Also