Gets a page currently printed.

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

Syntax

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

See Also