Get currently edited page.

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

Syntax

C#
public Page CurrentPage { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentPage As Page
Visual C++
public:
virtual property Page^ CurrentPage {
	Page^ get () sealed;
}

Implements

IReportDesignerService..::.CurrentPage

See Also