开发者

How to generate/print reports on the client side

开发者 https://www.devze.com 2023-02-04 22:03 出处:网络
I\'d like to know, if is it possible to generat开发者_开发知识库e and print a report ( using jasper report for example) on the client side?They would have to have jasper report and java installed. I s

I'd like to know, if is it possible to generat开发者_开发知识库e and print a report ( using jasper report for example) on the client side?


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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消