Search code examples
jasper-reports

How to add a line to the bottom of my table?


I'm using Java Swing with JasperReports. In Jasper I have items that are in Band: Details. I created around them lines (top, left, right). The problem is the line at the bottom.

Report Layout

My report layout

When I put in Page footer and Run it - the line doesn't close the square. How I can close this square and independently of how many items I have?

Current output, with expect result

Expected outcome


Solution

  • Solved, by adding Group. I have Band: Detail, and there lines in the top and on the botton of the detail (to close the rectangle). Then I added Group, under Detail Band and that's all

    P.S. I was follow @YasuyukiUno instructions

    enter image description here