📄 index.jsp
字号:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="/WEB-INF/birt.tld" prefix="birt" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>test birt:viewer/birt:report/birt:param</title>
</head>
<% String value=(String)request.getSession().getAttribute("value");
session.setAttribute( "attribute", value );
%>
<body>
<%
//String session =reportContext.getHttpServletRequest().getSession();
//String value =(String) request.getSession().getAttribute("");
%>
<birt:report id="1" reportDesign="test.rptdesign" height="400" width="400">
<birt:param name="sample" value="my sample value"/>
</birt:report>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -