I have an application that creates two reports. The first report is created and shown in a ReportViewer window, when the user clicks the next button (custom button), the second report is shown in a different ReportViewer window.
Within each ReportViewer window, the user can click print and see a print dialog window and print the report.
I would like to have them click print in the first ReportViewer window and the report print to a specific tray on a specific printer. When they click print on the second ReportViewer window, I would like it to print to a different tray on the same printer. I do not want to show them the print dialog.
Is this possible using the 4.0 .Net Framework or some 3rd party component?