Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

Can i print Crystal reports using javascript ? is that possible ?
Posted

Here you go

Automatically Printing Crystal Reports in ASP.NET[^]

It contains two methods

  • Using Server-Side ReportDocument.PrintToPrinter Method
  • Client Side JavaScript: window.Print
 
Share this answer
 
I am not confirm but you can print html report using javaScript.
 
Share this answer
 
Comments
Nauman Sarwar 6-Jun-11 12:29pm    
hummm can you guide me how can we do that ?
Yes you can use window.Print()

but you have to use CSS to hide the ToolBox and disable the SeperatedPages in order to print all pages.

Good luck.
 
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