I'm using CRVS with SP18.
The Viewer works with PrintMode set to "PrintMode.PrintOutputController". Now when the report is drawn in the viewer, the customer clicks on the Print-Button in the toolbar which internally executes CrystalDecisions.Windows.Forms.CrystalReportViewer.PrintReport().
When the print dialog opens, the default printer is suggested. How can I propose another printer to the customer?
I tried several ways setting the printer for the viewer print dialog:
None of them works....
Regards,
Patrick