[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Printing.Printer.OnBeginPrint

OnBeginPrint Method

OnBeginPrint(PrintEventArgs)

Raises the CommonBeginPrint event before the first page of the document prints.

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

A PrintEventArgs that contains the event data.

Overrides