Raises the EndPrint event. It is called when the last page of the document has been printed.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

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

See Also