I need to print a RDLC report on the default printer on user (client) machine.
I have an VB.Net (VS 2008/.Net 3.5) web app that has RDLC reports. Part of the requirement is to NOT show the user the report generated but to print it directly on the user default printer. The user would click on a button and the respective report should be sent to the user printer.
Any ideas or suggestions would be greatly helpful.
Update - So far all my attempts to build client side printing for rdlc reports have failed. Could not print them from client default printer, only server side printing works