找回密码
 注册成为天翎用户
查看: 985|回复: 4

[其他] 如何让润乾报表里面的数据100%显示在平台中

[复制链接]
深圳捷维 发表于 2015-9-17 16:58:45 | 显示全部楼层 |阅读模式
本帖最后由 shary 于 2015-9-23 16:52 编辑

如何让润乾报表里面的数据100%显示在平台中,目前他是显示的只有左边一部分的!
1.jpg
lana 发表于 2015-9-17 17:02:22 | 显示全部楼层
这个应该是页面设置的问题
回复

使用道具 举报

 楼主| 深圳捷维 发表于 2015-9-17 17:08:24 | 显示全部楼层
怎么设置啊??

补充内容 (2015-9-17 17:08):

<%@ page contentType="text/html; charset=UTF-8" language="java" import="java.sql.*" errorPage="" %>

<%@ taglib uri="runqianReport4" prefix="report" %>
<html xmlns="http://www.w3.org/1999/xhtml">
...
回复

使用道具 举报

 楼主| 深圳捷维 发表于 2015-9-17 17:09:57 | 显示全部楼层
页面源码

<%@ page contentType="text/html; charset=UTF-8" language="java" import="java.sql.*" errorPage="" %>

<%@ taglib uri="runqianReport4" prefix="report" %>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>testJsp</title>

</head>


<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" style="width:100px;">

<%
      

    //String params="_docid="+request.getParameter("_docid");
   
   //out.println(params);

%>

<report:html name="zhuanzheng2" needSaveAsExcel = "yes" needPrint = "yes" srcType="file" reportFileName="zhuanzheng2.raq" saveAsName="zhuanzheng2" />
//reportFileName就是对应您设计好的润乾报表名称

</body>

</html>
回复

使用道具 举报

lana 发表于 2015-9-30 09:24:08 | 显示全部楼层
你这个是自定义的jsp页面吗?你把显示的宽调大就可以了
回复

使用道具 举报

本版积分规则

手机版|天翎MyApps技术社区 ( 粤ICP备11093750号 )

GMT+8, 2026-8-14 14:23

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表