Gets the current page number.

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

Syntax

C#
public Object Current { get; }
Visual Basic
Public ReadOnly Property Current As Object
	Get

Field Value

The current page number.

Implements

IEnumerator..::..Current

See Also