TCustomdxComponentPrinter.PrintPage(TBasedxReportLink,Integer) Method
In This Article
Prints a specific report page.
#Declaration
Delphi
procedure PrintPage(AReportLink: TBasedxReportLink; APageIndex: Integer); virtual;
#Parameters
Name | Type | Description |
---|---|---|
AReport |
TBasedx |
Specifies the source report link. |
APage |
Integer | Specifies the required page index. |
See Also