简体   繁体   English

计划Jasper报表服务器

[英]Scheduling Jasper report server

I have a report which is excel export.Due to high volume of data it shows me " exceeded the limit of 500 maximum pages. " Error and won't see the Export option enabled. 我有一个excel导出的报告。由于数据量大,它向我显示“ 超出了500个最大页面的限制。 ”错误,并且看不到“导出”选项已启用。 I tried to schedule the report with both success and failure notifications emails but didn't receive any :( 我试图通过成功和失败通知电子邮件来安排报告,但是没有收到任何:(

Is this because of lot of data ? 这是因为数据很多吗?

Any info or suggestion is highly appreciated. 任何信息或建议都将受到高度赞赏。

Thanks in Advance! 提前致谢! Manasa Manasa

You can change the maximum page limit by setting net.sf.jasperreports.governor.max.pages property. 您可以通过设置net.sf.jasperreports.governor.max.pages属性来更改最大页面限制。

Example: 例:

net.sf.jasperreports.governor.max.pages=1000 net.sf.jasperreports.governor.max.pages = 1000

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM