See Also

ActiveReportPrintControllerWithStatusDialog Class  | ActiveReportPrintControllerWithStatusDialog Members

Language

Visual Basic

C#

Show All

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.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

OnEndPage Method

Completes the control sequence that determines when and how to print a page of a document.

[Visual Basic]
Overrides Public Sub OnEndPage( _    ByVal prnDoc As PrintDocument, _    ByVal ppea As PrintPageEventArgs _ )
[C#]
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.

See Also

ActiveReportPrintControllerWithStatusDialog Class  | ActiveReportPrintControllerWithStatusDialog Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.