Gets the current page in the final document.

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

Syntax

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

See Also