[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Printing.Printer.OnPrintPage

OnPrintPage Method

OnPrintPage(PrintPageEventArgs)

Raises the CommonPrintPage event to supply the output for the current page.

Declaration
protected override void OnPrintPage(PrintPageEventArgs e)
Parameters
Type Name Description
PrintPageEventArgs e

A PrintPageEventArgs that contains the event data.

Overrides