Skip to main content

IdxPrinting.PageSetup Method

Invokes the report link‘s Page Setup dialog.

Declaration

function PageSetup: Boolean;

Returns

Type
Boolean

Remarks

This function supports the internal infrastructure and is not intended to be used directly from your code. Normally, PageSetup is called by the report link repository‘s PageSetupReport procedure to display the Page Setup dialog for the specified DevExpress VCL control, provided that its content can be printed (i.e., the report link’s CanBuildReport function returns True).

See Also