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

Syntax

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

See Also