Android Jasper Reporting

百般思念 提交于 2020-02-24 09:04:12

问题


Can Jasper Reporting be integrated into an Android application? I'm trying to generate PDF, CSV, Text, and XLS reports from jrxml files. However, I don't see that the package net.sf.jasperreports.engine is supported in the Android SDK. Can anyone confirm that this is possible?


回答1:


I would be surprised if it would be supported :). Jasper reports has too many dependencies to make it easily android compatible, but I can be wrong. I would suggest writing a web application/web service exposing such a functionality through eg rest and then use that on the android platform.




回答2:


They have recently announced an Android SDK, you should try that one:



来源:https://stackoverflow.com/questions/7085943/android-jasper-reporting

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