[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Printing.Printer.OnEndPrint

OnEndPrint Method

OnEndPrint(PrintEventArgs)

Raises the CommonEndPrint event after the last page of the document has printed.

Declaration
protected override void OnEndPrint(PrintEventArgs e)
Parameters
Type Name Description
PrintEventArgs e

A PrintEventArgs that contains the event data.

Overrides