ActiveReports 13
OnStartPage Method (ActiveReportPrintControllerWithStatusDialog)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > ActiveReportPrintControllerWithStatusDialog Class : OnStartPage 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.
Begins the control sequence that determines when and how to print a page in a document.
Syntax
'Declaration
 
Public Overrides Function OnStartPage( _
   ByVal prnDoc As PrintDocument, _
   ByVal ppea As PrintPageEventArgs _
) As Graphics
public override Graphics OnStartPage( 
   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

Reference

ActiveReportPrintControllerWithStatusDialog Class
ActiveReportPrintControllerWithStatusDialog Members