报表内容在jsp中缩小

我的报表直接通过设计器预览效果正常,如图:

可是放入jsp,通过iframe方式呈现后,页面变小,直接看不清楚,如图:

嵌入代码如下:
<body>
                <iframe id="reportFrame" name="reportFrame" width="100%" height="400" src="http://<%= reportServiceIp %>:<%= reportServicePort %>/WebReport/ReportServer?reportlet=zd-ljzdxxtj.cpt" frameborder="0"></iframe>
        </body>


请问是什么原因呢?我应该怎么设置下页面?还是应该在报表哪设置下呢?
FineReportcamille 发布于 2018-2-11 09:48
回答问题
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共14回答
最佳回答
0
camille发布于2018-2-11 10:09(编辑于 2023-9-6 09:34)
555
最佳回答
0
zsh331发布于2018-2-11 10:09(编辑于 2023-9-6 09:34)
555
  • camille camille(提问者) 这里说的是滚动条的问题,和我这没有联系!不过也感谢您的回答  呵呵
    回复
    2018-02-11 10:31 
  • camille camille(提问者) 我觉得应该是报表的设置问题
    回复
    2018-02-11 10:32 
  • zsh331 zsh331 回复 camille :定义下自适应属性测测---报表自适应插件-http://help.finereport.com/doc-view-788.html
    回复
    2018-02-11 10:33 
  • camille camille(提问者) 回复 zsh331 :报表里已经添加自适应插件,自适应属性里也启用了“使用全局配置”,结果还是无效呢~
    回复
    2018-02-11 11:06 
最佳回答
0
zy_20180110发布于2018-2-11 11:59(编辑于 2023-9-6 09:34)
555
  • camille camille(提问者) <%@ page contentType=\"text/html; charset=GBK\" %>
    <%@ page import=\"java.util.*\" %>
    <%@ page import=\"java.text.*\" %>
    <%@ page import=\"com.its.AppContext\" %>
    <%@ page import=\"com.its.util.ReadProperties\" %>
    <%
            String rootpath = request.getContextPath();
            String selFlg = \"false\";
            String reportServiceIp = ReadProperties.getConfig().getProperty(\"reportServiceIp\");
        String reportServicePort = ReadProperties.getConfig().getProperty(\"reportServicePort\");
    %>
    <!DOCTYPE html>
    <html lang=\"en\">
            <head>
                    <meta charset=\"utf-8\" />
                    <title>区域基本信息分析</title>
                    <title>FineReport Demo</title>  
            <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GBK\" />  
                   
                    <!-- 报表相关功能  add by lxy -->
                    <script src=\"<%=rootpath %>/js/reportOfGeneralMethod.js\"></script>
                    <script type=\"text/javascript\">
                           
                            var date = new Date();
                            var serviceIp = \'<%= reportServiceIp %>:\' + \'<%= reportServicePort %>\' ;
                            var url =\'http://\'+ serviceIp +\'/WebReport/ReportServer?reportlet=zd-ljzdxxtj.cpt\';
                           
                    </script>
            </head>

            <body onload = \"_onload()\">
                    <iframe id=\"reportFrame\" name=\"reportFrame\" width=\"100%\" height=\"400\" src=\"http://<%= reportServiceIp %>:<%= reportServicePort %>/WebReport/ReportServer?reportlet=zd-ljzdxxtj.cpt\" frameborder=\"0\"></iframe>
            </body>
    </html>

    什么都没放   特简单
    回复
    2018-02-11 12:59 
最佳回答
0
我行我素发布于2018-2-11 14:09(编辑于 2023-9-6 09:34)
555
  • camille camille(提问者) 自适应了   iframe标签宽度也设置100%了
    回复
    2018-02-11 14:17 
  • 我行我素 我行我素 回复 camille :100%不应该加引号
    回复
    2018-02-11 14:42 
  • camille camille(提问者) 回复 我行我素 :和这个没有关系  呵呵
    回复
    2018-02-11 16:03 
最佳回答
0
camille发布于2018-2-12 08:44(编辑于 2023-9-6 09:34)
555
最佳回答
0
zy_20180110发布于2018-2-13 11:03(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 458浏览人数
  • 最后回答于:2018-2-13 11:03
    活动推荐 更多
    热门课程 更多
    返回顶部