nmilasinovic Posted August 18 Share Posted August 18 Hello,I created jasper report and it runs perfectly on jasperserver, also export is fine to XLS pr XLSX from jasperserver.Problem is when i call jasperreports REST server API and export report to XLS or XLSX using rest API. I noticed same is with report in PDF format.I got report where in every new page rowGroups are repeated, i upload attachment how it looks.Just to be clear, report is good in all formats when i run and export it using jasperserver directly.Is there some special property i need to set when calling jasperserver rest api, in order to get valid exported report?Any help will be appreciated, as i am struggling with this problem for a while. Link to comment Share on other sites More sharing options...
Mehak Rajkumar Posted August 21 Share Posted August 21 Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times. Link to comment Share on other sites More sharing options...
JRS-SE Posted August 23 Share Posted August 23 Hello There,Can you try adding the following property:<property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1" value="columnHeader"/>That should keep the first occurrence of the band and not include any successive occurrences of the same band headers.Hope that helps! Thank you 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