TCustomdxComponentPrinter.OnNewPage Event
Occurs before sending a regular page of a multi-page document to printer.
Declaration
property OnNewPage: TdxNewPageEvent read; write;
Remarks
Handle this event to perform specific actions before printing a new page of the report contained in the link specified by the AReportLink parameter. For instance, the OnNewPage event can be used to display and update a progress indicator of sending pages to a printer device.
The APageIndex parameter specifies the page number of a new page.
See Also