如何使用现有的 jrxml 在 JasperServer 中创建报告?
我想使用 JasperServer 从现有的 jrxml 创建报告。
我通过 iReport 创建了 jrxml 文件。 我想使用 XML 文件作为数据源。
I want to create report from the existing jrxml using JasperServer.
I have created jrxml file through iReport.
I want to use an XML file as the datasource.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定您可能在哪里遇到麻烦,但这里有一些基本说明。
在 iReport 中,您可以按照这些说明在设计视图中打开报表。
1) 在 Repository Navigator 中右键单击并选择 Add ->报告单元
2) 输入新报告的名称和标签。
3) 单击从当前打开的报告中获取源。
4) 选择您的数据源。
您需要在报表导航器中设置 Jasper 服务器。
您还需要为您正在使用的 Jasper Server 设置数据源。
I'm not really sure where you might be having trouble, but here are some basic instructions.
In iReport you can follow these instructions with the report open in design view.
1) In Repository Navigator right-click and select Add -> Report Unit
2) Enter the name and label for the new report.
3) Click the Get source from current opened report.
4) Select your data source.
You need to have a Jasper Server already set up in the Report Navigator.
You will also need to have a data source set up for the Jasper Server you are using.