I am using Crystal Report for reporting. I want to print directly instead of showing crystal report viewer. I used
rpt.PrintToPrinter(1, false, 0, 0);
which is working fine on local but when I host it to iis server it's not working. I think it try to find the default printer on the server side instead of client side. I may be wrong. can anybody guide me for this?
Thanks in advance.