Gets the current generating page, returns null if document in not generating state.

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

Syntax

C#
[BrowsableAttribute(false)]
public C1Page CurrentPage { get; internal set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property CurrentPage As C1Page
	Get
	Friend Set

See Also