Skip to main content

TCustomdxComponentPrinter.PageSetup(TBasedxReportLink) Method

Invokes the Page Setup dialog.

Declaration

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

Parameters

Name Type
AReportLink TBasedxReportLink

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