Detail band with borders in iReport

ireportjasper-reports

I have to encapsulate header column, detail and page footer bands (column footer is set to 0 height) with borders. Is there an easy way to do it?

I've read this StackOverflow question and I try to use a frame in the background band, but how can I know the exact height of the detail band?

UPDATE: I found myself a solution. The solution is to "trial and error", setting random frame height until I get the exact height.

Best Answer

In the report inspector on the left click on "Detail 1" and then on the right in properties it'll tell you the 'Band Height'...You can change it from there.

Related Topic