Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.DoNewPage(TBasedxReportLink,Integer) Method

Generates the OnNewPage event.

#Declaration

Delphi
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