TCustomdxComponentPrinter.DoNewPage(TBasedxReportLink,Integer) Method
In This Article
Generates the OnNewPage event.
#Declaration
Delphi
procedure DoNewPage(AReportLink: TBasedxReportLink; APageIndex: Integer); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
APage |
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