I am printing a report developed via the Data Report designer using the following command -

Report_Name.PrintReport True

where the first parameter indicates that the Print Dialog Box is to be displayed.

Unfortunately, the Print Dialog Box does not appear to be unloaded when the report is printed or the dialog box is cancelled.

Can anyone tell me how I can reference the dialog box so that I can ensure that it is unloaded before I unload the selection form I am using to process the reports.