Skip to main content

TCustomdxComponentPrinter.DoNewPage(TBasedxReportLink,Integer) Method

Generates the OnNewPage event.

Declaration

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

Parameters

Name Type
AReportLink TBasedxReportLink
APageIndex Integer

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