Printing Several Reports at once

Hi, I want to print several reports at once all on a common printer (not necessarily the default printer) how can i do this?

can you call those reports without showing the request form for each of them ? In this case you just need to create one piece of code (maybe an additional report) where you just call a Report.RUN on all your other reports. To run all of them at the same printer you would need to modify the “Report Selection” on the fly in your report and then change it back after the reports are finished. Or you change the FindPrinter function in the CU 1 so it returns a certain printer instead of finding it in the Report Selection.