Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm developing ASP.Net Application and I'm using Crystal report for my reports,
My big problem now is how to print the report directly to the client printer from my site
I tried this code :
C#
crystalReport.PrintToPrinter(new PrinterSettings(), new PageSettings(), false);

but it print the report at the server not at the client
Posted

 
Share this answer
 
Comments
Prasad Khandekar 20-Nov-14 9:00am    
+5
I faced same problem in fast just do one thing add crystal report dll in aspnet_client folder on the server
 
Share this answer
 
Comments
compovet 20-Nov-14 8:43am    
Which dll file ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900