jasperreport JR数据源

发布于 2024-11-08 02:54:36 字数 590 浏览 0 评论 0原文

在为一些客户、伙计们和我编写报告时,我们成功地定义(Java)、填充(来自 Hibernate v3.x)和“馈送”自定义数据源(使用伪原始 SQL,例如:)

select t1.c1,t2.c2,t3.c3 ... join-join-join ...

现在

JasperFillManager(API v3.6.7):
ds = JasperFillManager.fillReport(fillReport(java.lang.String sourceFileName,      
    java.util.Map params, JRDataSource myCustomDataSource);
  1. BIG当我们尝试使用 iReport (v4.0.2) 将此自定义数据源填充到报告(子报告)中时,就会出现问题。 我们尝试将其作为参数传递给 fillReport() - nAdA。请帮忙。
  2. 现在,从概念上或通过示例来看,如何将不同的自定义数据源中的数字传递到子报表中。例子可能会很有帮助。

感谢帮助, --vs

While working on report for some client, guys and me, we've succeeded to define(Java), populate(from Hibernate v3.x) and 'feed' custom data source (in pseudo raw SQL something like:

select t1.c1,t2.c2,t3.c3 ... join-join-join ...

)

to

JasperFillManager(API v3.6.7):
ds = JasperFillManager.fillReport(fillReport(java.lang.String sourceFileName,      
    java.util.Map params, JRDataSource myCustomDataSource);
  1. Now the BIG issue comes when we trying with iReport (v4.0.2) to populate this custom data source into report(either sub-report).
    We've tried to pass it as parameter, as single data source to fillReport() - nAdA. Help please.
  2. Now at all, conceptualy or by example, how to pass number if different custom data sources into sub-reports. Example could be very helpful.

Appreciate the help,
--vs

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文