Click here to Skip to main content
15,895,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using crystal report in asp.net. But i don't want to use the print option in the crystal report viewer. I want to print on a button click. But the print is - be done on the printer on the server side.
Any body help.......

or please help me to make the print of MS report viewer button visible in browsers other than ie.

Thanks In Adv....................
Posted
Updated 30-Jul-11 7:39am
v2
Comments
Rajesh Lagaria 16-Jul-11 12:27pm    
show your code use for reporting then i help

You need to disable the Print button in the toolbar of the CrystalReportViewer control and manage all printing through code.
You need to configure print options and call a printer from code, rather than from the Crystal Reports UI. To do that, you use the PrintOptions class and the PrintToPrinter() method of ReportDocument object model.
 
Share this answer
 
Some posts in this[^] thread may help.
 
Share this answer
 

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