Hello, I have a table report with multiple pages and I'm rendering in a #container. But only show the first page.
I would like that this report doesn't break the table and show me all registers.
What I have to do?
Thank you.
3 Answers:
Posted on September 25, 2015 at 10:02am
Check the following thread
http://community.jaspersoft.com/questions/950011/suppressing-page-break-...
Posted on September 25, 2015 at 10:24am
I am running into the same issue - but only on export. I am using the Visualize.js library with AngularJS on the front end. Report renders fine - no breaks, but on export, the XLS renders in multiple segments. Pagination is set to false on the JasperServer. I tried adding the option: "pagination: false" to the export call, but it seems to be completely ignoring the parameter when it makes the actual REST call. My requested export format is there, and if I specify number of pages I can see that too, but pagination: false is never there.
Is this a known bug with the Visualize.js library?
hi.. can you please explain how you solved the issue?? I am also getting the same issue, rendering only the first page,
please help me .