Back to Devexpress

TCustomdxComponentPrinter.PageSetup(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-pagesetup-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.PageSetup(TBasedxReportLink) Method

Invokes the Page Setup dialog.

Declaration

delphi
function PageSetup(AReportLink: TBasedxReportLink = nil): Boolean;

Parameters

NameType
AReportLinkTBasedxReportLink

Returns

Type
Boolean

Remarks

Use this method to customize page settings of the report stored in the link, specified by the AReportLink parameter. After calling the PageSetup method of the TBasedxReportLink object, this method calls the DoPageSetUp method to generate the OnPageSetUp event.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit