Question:
How can I have a setup window (for printer and paper size settings) being displayed at run time before printing a report?
Solution:
To do so, click on Script Editor button, select ActiveReports Document object, and write the following script under OnReportStart event:
Report.Printer.SetupDialog
Report.Printer.SetupDialog
This will cause the setup window to be displayed at run time every time the report is activated.