Back to Devexpress

TCustomdxComponentPrinter.DoNewPage(TBasedxReportLink,Integer) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-donewpage-x28-dxpscore-dot-tbasedxreportlink-system-dot-integer-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.DoNewPage(TBasedxReportLink,Integer) Method

Generates the OnNewPage event.

Declaration

delphi
procedure DoNewPage(AReportLink: TBasedxReportLink; APageIndex: Integer); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink
APageIndexInteger

Remarks

This method is called when creating a new page to print within a report, stored in the link, specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnNewPage event handler. The APageIndex parameter specifies a new page number.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit