将报告集成到 Netbeans 平台应用程序中
我正在寻找一种将 jasper 报告集成到 netbeans 平台应用程序中的方法。我用谷歌搜索过这个问题,似乎没有直接的答案,所以我请求在这方面得到帮助。
具体来说,我使用 MySql 数据库和 ireport 设计器来设计我的报告。我需要在报告查看器中显示特定报告并将其显示在顶部组件中。
请指导我实现这一目标的方法。
I am looking for a way to integrate jasper reports in a netbeans platform application. I have googled this and there seem to be no direct answer, so am asking to be helped in this.
to be specific i use a MySql database and ireport designer to design my reports. I need to display the specific reports in a report viewer and display it in a top component.
please direct me on a way to accomplish this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您应该使用 JRViewer 组件。
看看这个 Jasper Reports Swing 教程。唯一的区别是,不是将 JRViewer 嵌入JFrame您将把它嵌入到 TopComponent 中
It seems like you should be using the JRViewer component.
Have a look at this Jasper Reports Swing tutorial. The only difference is that instead of embedding your JRViewer in a JFrame you'll be embedding it in a TopComponent