Printing a report in client side

Hai All,

I am working on a J2EE application which using jasperreport for reporting but i am having an issue with that while printing it prints the report in server side but i wants tho print that in client side is there any options for doing this.

Thanks in Advance

Karthikeyan.V

[305 byte] By [Karthikeyan_Vaithilingama] at [2007-11-26 16:27:02]
# 1
Unless you can generate your report as an image and include that in the html response, the answer is no. You can only start a print using the javascript call window.print(), so that is only going to work if you output html.
gimbal2a at 2007-7-8 22:51:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Yes my output is HTML but i have to print only some part of the html page and also the the HTML page shows only one page of the report at a time but i wants to print all pages in a single click actionRegardsKarthikeyan.V
Karthikeyan_Vaithilingama at 2007-7-8 22:51:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...