matheusluz39 Posted September 25, 2015 Share Posted September 25, 2015 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. Link to comment Share on other sites More sharing options...
matheusluz39 Posted September 25, 2015 Author Share Posted September 25, 2015 I just found the option Ignore Pagination. It's possible change this option dinamically? When I'll render the report set true and when I'll export to pdf set false. Link to comment Share on other sites More sharing options...
hozawa Posted September 25, 2015 Share Posted September 25, 2015 Check the following threadhttp://community.jaspersoft.com/questions/950011/suppressing-page-break-web-browser-while-inserting-page-breaks-pdf Link to comment Share on other sites More sharing options...
jclarke_1 Posted September 25, 2015 Share Posted September 25, 2015 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? Link to comment Share on other sites More sharing options...
anoopllknpy Posted November 2, 2015 Share Posted November 2, 2015 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 . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now