页面源码
<%@ 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>
|