ActiveReports 6 Online Help
OnEndPage Method (ActiveReportPrintControllerWithStatusDialog)

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 PrintDocument, _
   ByVal ppea As PrintPageEventArgs _
) 
public override void OnEndPage( 
   PrintDocument prnDoc,
   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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveReportPrintControllerWithStatusDialog Class
ActiveReportPrintControllerWithStatusDialog Members
Base Implementation in OnEndPage

Send Feedback