在线报表设计器、报表引擎、帮助文档
# 简介
基于 Ureport2 在 Spring 之上纯 Java 的高性能报表引擎,通过迭代单元格可以实现任意复杂的中国式报表。
提供了全新的基于网页的报表设计器,打开浏览器即可完成各种复杂报表的设计制作。
相关链接
- 设计器演示:https://demo.jeesite.com/js/a/index#/js/ureport/designer?_u=file:user.ureport.xml#报表设计器
- 统计表演示:https://demo.jeesite.com/js/a/index#/js/ureport/preview?_u=file:user.ureport.xml#用户统计例子
- 在线帮助文档:https://www.w3cschool.cn/ureport
- 引擎源码:https://gitee.com/youseries/ureport
# 部署方法
# 引入模块依赖
<!-- UReport报表 -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-module-ureport</artifactId>
<version>${project.parent.version}</version>
</dependency>
1
2
3
4
5
6
2
3
4
5
6
注意:标准版和专业版提供,此模块依赖,请向售后人员索取。
# 初始化报表菜单
引入模块后执行:/web/bin/init-data.bat(sh)
即可初始化。
# 配置报表文件路径
1、默认在 /WEB-INF/ureportfiles 下
ureport:
enabled: true
# 指定报表文件所在路径
fileStoreDir: D:/ureportfiles
1
2
3
4
5
2
3
4
5
2、下载 user.ureport.xml.zip 文件,并解压,拷贝 user.ureport.xml 到报表文件下