1.块数据自动列表报表类型
配置方法:
1.<report/> 的type属性配置是blocklist
框架内置了控制报表结构静态资源项,key为articlelist.report.tempalte
可以在wabacus.jar包中 defaultconfig/wabacus.resources.default.xml 配置文件中查看articlelist.report.tempalte资源定义
如果要使用 将<report/>的template配置template=“key{articlelist.report.template}”
如果配置图片滚动条:需要配置scollheight和height两个属性
普通滚动条:不需要配置height属性
2.<display/>标签
blockwidth属性:块的高度
blockheight属性:块额高度
valuestyleproperty属性:显示每块字符串样式
colsindexportfile属性:显示每行块数
3.<col/>标签
valuestyleproperty属性:显示每块字符串样式
2.交叉报表类型
是值横向扩展的列表,动态获取
<report/> type属性为crosslist
2.1 普通动态列表
普通动态列就是从数据库或其他地方动态加载出来的列
2.2 交叉动态列