Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
From my ASP.NET page, I need to print a Crystal Report to client's printer directly.
I'm not using Crystal Report Viewer. I cannot use Crystal's PrintToPrinter method
because this runs on Web Server side. How can I do this?
Any help would be appriciated. I've seen a bunch of other posts with similar question,
but I have not found anu solutions yet. Who's got it??

Thank you very much, all you experts out there!!

Sothol
Posted

1 solution

To print a pge on client side , give there a link named print and on click
give this onclick="window.print()" .

<input id="print_btn" type="button" önclick="window.print()" value="Print">

Hope this will help you to print on client side.
 
Share this answer
 
v2

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