TBasedxReportLink.PageSetup Method
In This Article
Invokes the Page Setup dialog.
#Declaration
Delphi
function PageSetup: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
Call this function to invoke the Page Setup dialog with the active Page tab and the visible “Print Preview…” and “Print…” buttons.
PageSetup calls the PageSetupEx function internally and returns its result. Refer to the PageSetupEx function description for additional information.
See Also