How to generate/print reports on the client side

社会主义新天地 提交于 2019-12-03 21:53:28

问题


I'd like to know, if is it possible to generate and print a report ( using jasper report for example) on the client side?


回答1:


They would have to have jasper report and java installed. I suppose you could push an applet to the client with all the necessary jars and stuff.

Why would you do this?




回答2:


This should be do with every (most) reporting solutions. You need a Java client that run as applet or Java applet or you render as PDF and print with the PDF viewer.



来源:https://stackoverflow.com/questions/4691441/how-to-generate-print-reports-on-the-client-side

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!