Reputation: 487
I am working with jasper reports-4.5.0.I have to display the column footer immediately after the last line of the detail band.But in my report it is printing after the summary band.I have tried with the solutions provided in google like setting isFloatColumnFooter to true.But it does not solves the problem.Can any one help me regarding this.
Thank You.
Upvotes: 2
Views: 2117
Reputation: 167
This can be fixed by doing subreport. Please make sure subreport is invoking from parent summary band and all detail, column footer bands should go in subreport and make sure put summary band should be in LastPageFooter band.
Upvotes: 0