简体   繁体   中英

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. 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

You can change the maximum page limit by setting net.sf.jasperreports.governor.max.pages property.

Example:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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