Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crystalreportviewer did not have print icon

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
Finally, I got crystalreportviewer to work. But there is still a problem: crystalreportviewer did not have print icon. How to make it?
 
I you use Framework 1.1 Crystal Viewer, you should have a virtual directoty on the root of your site, called CrystalReportWebFormViewer2 and pointing to a physical directory SystemDrive:\Program Files\Microsoft Visual Studio .NET 2003\Crystal Reports\Viewers\ - that's where the toolbar images reside. By default it installs on Default Web Site.
 
Sorry, didn't get your question. You have all icons but the "Print" one. Crystal Viewer is DHTML, which means zero-client - it can't see the client printer. However, there is several options: first, you can print using the browser's "Print" button, which is not very good - comes out crappy. Or you can programmaticaly export the report to PDF and have the user print out of the PDF browser plug-in. The client has to have Adobe installed though. Crystal 9 DHTML Viewer has a "Print" button, which does it for you behind the scene - exports to PDF, Word or Excel. I know that Crystal 10 comes with a viewer that has a small client installed for printing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top