Back to Devexpress

TCustomdxComponentPrinter.PrintPage(TBasedxReportLink,Integer) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-printpage-x28-dxpscore-dot-tbasedxreportlink-system-dot-integer-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.PrintPage(TBasedxReportLink,Integer) Method

Prints a specific report page.

Declaration

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

Parameters

NameTypeDescription
AReportLinkTBasedxReportLink

Specifies the source report link.

| | APageIndex | Integer |

Specifies the required page index.

|

See Also

dxPSCore.dxPrintComponent Procedure

TCustomdxComponentPrinter.Print Procedure

TCustomdxComponentPrinter.PrintEx Procedure

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit