Jump to content
JasperReports Library 7.0 is now available ×

How to remove the blank spaces


barshanap7

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Try this to remove blank spaces : 
net.sf.jasperreports.export.html.remove.emtpy.space.between.rows    =  true

For pagination, set ignore pagination to true in report, then handel pdf and excel to paginated, use page breaks.
Set another property net.sf.jasperreports.page.break.no.pagination = apply
For exel you can set propery on the page break: 
net.sf.jasperreports.export.xlsx.break.after.row = true
For pdf you can set pagination with follow property on report level
com.jaspersoft.jrs.export.pdf.paginated = true

Hope this helps, I could het the result with above combination, where html does not paginated, but xlsx does and pdf does as well.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...