I have an application that runs through a series of bookings and prints each in turn in the form of an itinerary to send to clients. Each run could be 30 or so bookings so a
Actually this is quite a simple task, and then for each report just resend the printerinfo.
See the example at Torry for how to store current setting, you can also get from the printDialog info as well.
If you need a more detailed code sample of how to store and read details to INI file from the printer object let me know, and I will code one up for you.
Regards
RE
From the answers given to you in the Digital Metaphors newsgroup it would seem that the ReportBuilder-owned printer setup is going to get applied by them before they output the report, so even if you find the specific solution you are seeking 'at a Windows level', you will still need to find a 'ReportBuilder' solution to get this working. Have you tried the OnInitializePrinterSetup event they suggest?