Skip to main content

TCustomdxComponentPrinter.PrintPage(TBasedxReportLink,Integer) Method

Prints a specific report page.

Declaration

procedure PrintPage(AReportLink: TBasedxReportLink; APageIndex: Integer); virtual;

Parameters

Name Type Description
AReportLink TBasedxReportLink

Specifies the source report link.

APageIndex Integer

Specifies the required page index.

See Also