ActiveReports Developer 7
OnEndPrint Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > ActiveReportPrintControllerWithStatusDialog Class : OnEndPrint Method

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.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overrides Sub OnEndPrint( _
   ByVal prnDoc As System.Drawing.Printing.PrintDocument, _
   ByVal ppea As System.Drawing.Printing.PrintEventArgs _
) 
C# 
public override void OnEndPrint( 
   System.Drawing.Printing.PrintDocument prnDoc,
   System.Drawing.Printing.PrintEventArgs 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