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

Syntax

C#
protected override void OnPrintPage(
	PrintPageEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnPrintPage ( _
	e As PrintPageEventArgs _
)
Visual C++
protected:
virtual void OnPrintPage(
	PrintPageEventArgs^ e
) override

See Also