本帖最后由 xinlnix 于 2013-7-1 15:41 编辑 我的页面使用了Bootstrap 框架,为了风格一致,不想使用 FineReport的参数查询,而是要将参数传入 FineReport,页面如下: 点击“预览”按钮,就要把Form中单位、月度的值传给 FineReport,然后 FineReport 显示在“单位统计表”下面,点击“打印”按钮,就会把Form中单位、月度的值传给 FineReport,然后打印。 要实现这样的效果,单纯添加一个: <iframe src="ReportServer?reportlet=xxxxx.cpt&dw=1&month=2013-07" id="iframeleft" name="iframeleft" frameBorder=0 scrolling=no width="800" height="800"></iframe> 不行,应该怎么做呢? 如何用 jQuery 或后台 Java 调用 FineReport 的预览功能,并将结果显示在页面上? |
0
|
|