基于 Applet 的 Jasper 报告!

发布于 2024-08-08 12:27:07 字数 228 浏览 2 评论 0原文

我正在做的事情是在 Web 浏览器中的 JApplet 中显示 Jasper Report。除了两个之外,一切都工作正常。

  1. 我的报告的详细信息部分未显示在小程序中。我确信报告填充没有问题,因为显示在其他部分(如页眉)中的查询字段的值。仅缺少细节部分。谁能提供一些有关原因的 idae?

  2. 小程序中 JR Viewer 的“保存”按钮不起作用。有意见吗?

The thing I am doing is displaying Jasper Report in an JApplet in web browser. Eeverything is working fine except two.

  1. The detail section of my report is not showing up in the applet. I'm sure that there is no issue with the report filling as the values of query fields put in other sections like page header are showing up. Only the detail section is missing. Can anyone give some idae about the cause?

  2. The SAVE button of the JR Viewer in the applet is not working. Any comments?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北城孤痞 2024-08-15 12:27:07

关于第一个问题,Detail部分(与其他部分不同)关系到整个报表的数据查询。因此,您应该确保报表查询至少返回一条记录才能显示“详细信息”部分。

建议,您可以将报告导出为PDF并使用浏览器打开它,我相信这比每次加载Applet更好。

About the first question, the Detail section (unlike other sections) is related to the Data Query of the entire report. So you should make sure the report query is returning at least one record for the Detail section to appear.

Suggestion, you can export your report to PDF and open it using the browser, I believe this would be better than loading an Applet each time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文