How does IS_IGNORE_PAGINATION work?

I'm looking for a way to ignore pagination for html reports. I found this on stackoverflow and a few other sources that reference IS_IGNORE_PAGINATION.

https://stackoverflow.com/questions/12346268/varying-pagination-in-different-formats-of-a-report

According to the documentation: http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/JRParameter.html#IS_IGNORE_PAGINATION

This should overide the property that ignores pagination. I've added IS_IGNORE_PAGINATION to my parameters, but my data is being broken by my page footer. This indicates that it is using multiple pages.

Is there some other step I'm missing? Perhaps in the jrxml?

 

mlocklin's picture
112
Joined: Aug 24 2017 - 10:08am
Last seen: 1 year 3 weeks ago

I figured it out. I wasn't looking at the right report. It is this simple.

mlocklin - 4 years 2 months ago

1 Answer:

It is this simple. No additional work needed. Just make sure you change the right report.

mlocklin's picture
112
Joined: Aug 24 2017 - 10:08am
Last seen: 1 year 3 weeks ago
Feedback