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?
I figured it out. I wasn't looking at the right report. It is this simple.