有一个报表需要分页显示,Detail一行的script标签页,

点击onPrepare后输入:

var count=0;

在onCreate标签页加上 :

count++;

if(count%10==0){

this.style.pageBreakAfter="always";

}


打包到Tomcat下出现 :

org.eclipse.birt.report.engine.api.engineexception:Unhandled exception when executing script.

显示例外堆栈跟踪 。


解决办法:propertion编辑器里面有一项pager,这个参数可以设置分页。