Jump to content
We've recently updated our Privacy Statement, available here ×

Frame misses bottom and top border when extend to next page


paste.sushil

Recommended Posts

I am working on report where i want to cover my multiple subreports in a box, so used Frame to cover them from all side. When my data from any subreport extend and goes beyond that page my frame looses bottom border from first page and top border from next page.  As only side borders are growing with data and that frame shows bottom border in a next page. (Same thing happens when i used Rectangle)

Here is a similar example from stackoverflow user

http://stackoverflow.com/questions/18825981/using-frames-around-subreports

I used all printing combinations for that frame but not get any desired result.

Please reply, is this a iReports inborn issue or do i have to use certain combinations?

 
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Starting with JasperReports 6.0 frames have an attribute called borderSplitType that determines whether top and bottom borders are to be drawn when a frame across pages.  There's also a property called net.sf.jasperreports.frame.border.split.type that provides the default setting, see http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasperreports.frame.border.split.type

You'll need to upgrade to a recent JasperReports version (and implicitly to Jaspersoft Studio) to benefit from this feature.

Regards,

Lucian

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...