Gets the Page that is currently edited.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
Page CurrentPage { get; }
Visual Basic (Declaration)
ReadOnly Property CurrentPage As Page
Visual C++
property Page^ CurrentPage {
	Page^ get ();
}

See Also