删除 BIRT Report Viewer

Posted 陶海军的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除 BIRT Report Viewer相关的知识,希望对你有一定的参考价值。

去掉首页上的标题BIRT Report Viewer方法:找到Webroot\\webcontent\\birt\\pages\\layout\\FramesetFragment.jsp文件,在里面定义了标题,加以修改
11行 改成 charset=gb2312
43行 改成 <TITLE>报表系统<%//=attributeBean.getReportTitle( ) %></TITLE>
154行 改成 <B>欢迎使用报表系统<%//= attributeBean.getReportTitle( ) %>
 
 

以上是关于删除 BIRT Report Viewer的主要内容,如果未能解决你的问题,请参考以下文章

org.eclipse.birt.report.exception.ViewerException: 没有可用的报表设计对象.

BIRT - .rptdesign 有错误,无法运行

在现有的 webapp 中集成 BIRT

将 Birt 报告导出到 Excel

BIRT 报表设计 - 设置辅助数据集的参数

birt的使用注意事项