ActiveReports 8
OnEndPage Method

A System.Drawing.Printing.PrintDocument that represents the document being printed.
A System.Drawing.Printing.PrintPageEventArgs that contains data about how to print a page in the document.
Completes the control sequence that determines when and how to print a page of a document.
Syntax
'Declaration
 
Public Overrides Sub OnEndPage( _
   ByVal prnDoc As System.Drawing.Printing.PrintDocument, _
   ByVal ppea As System.Drawing.Printing.PrintPageEventArgs _
) 
public override void OnEndPage( 
   System.Drawing.Printing.PrintDocument prnDoc,
   System.Drawing.Printing.PrintPageEventArgs ppea
)

Parameters

prnDoc
A System.Drawing.Printing.PrintDocument that represents the document being printed.
ppea
A System.Drawing.Printing.PrintPageEventArgs that contains data about how to print a page in the document.
Remarks
See the System.Drawing.Printing namespace for additional information.
See Also

Reference

ActiveReportPrintControllerWithStatusDialog Class
ActiveReportPrintControllerWithStatusDialog Members

Support Forum