We have an ASP.NET (2005) application and use the ReportViewer Web Control to show a Crystal Report on the client browser. We set the "PrintMode" property to ActiveX in order to print to the client's local printer. The problem is the printer selection dialog that appears. It does not take into account the printer setting of the original report (portrait/landscape) and if the user does not know what the original settings are the print out will be in the wrong mode.
Is there a way to bypass the printer dialog and just print to the default printer using the setting of the original report? Or at least preset the setting of the printer dialog to match the original report?
Thanks,