Gets the page.

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

Syntax

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

See Also