不分页有2种方式:
1. jrxml 配置 isIgnorePagination="true"
<jasperReport isIgnorePagination="true">
</jasperReport>
2. 编码指定参数
Map<String,Object> map = new HashMap<>();
map.put("IS_IGNORE_PAGINATION", true);
kq1983 博主文章分类:jasperreport ©著作权
文章标签 jasperreport xml 分页 文章分类 代码人生
不分页有2种方式:
1. jrxml 配置 isIgnorePagination="true"
<jasperReport isIgnorePagination="true">
</jasperReport>
2. 编码指定参数
Map<String,Object> map = new HashMap<>();
map.put("IS_IGNORE_PAGINATION", true);
上一篇:Dockerfile命令
下一篇:自己构建java环境
MyBatisPlus分页查询方法实现临时不分页问题
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M