Jasper支持xml文件作为数据源吗?
我想知道 JasperServer 是否接受 xml 文件作为报告数据源,以及我们是否可以在 xml 节点上执行与即席报告创建器中的各种数据源相同的操作,例如拖放等?
I want to know do JasperServer accepts xml file as the report data source and whether we can perform same operation on xml nodes that we perform on the various data-source in adhoc report creator like dragging dropping etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,jasper 确实支持基于 XML 的数据源,您可以像使用任何其他数据源创建报告一样创建报告。 Jasper 对您提供的数据源进行了抽象,以确保它对于不同的数据源表现相同(或至少相似)。
看这里和此处了解一些其他信息信息
yes, jasper does support XML based datasources, you can create your report just the way you would create it using any other datasource. Jasper has an abstraction from datasources which you provide to ensure it behaves the same (or atleast similarly) with different datasources.
look here and here for some additional info
以下是我测试的 xml 文件作为数据源的示例代码,输出的是 PDF 报告:
Here is the sample Code I tested for xml file as data source and out is PDF report: