Best way to place some data directly below the "Detail 1 Bar" in jasper reports -


i'm designing report template using ireport tool.

the requirement have table full of data , @ end (just after last row of data) displaying totals of data.

so far designed below.

enter image description here

but still don't know whether it's correct put data in column footer or not.

and i'm using isignorepagination="true" there won't pages single page of data large amount of data records.

is there way can have pagination back. can't remove isignorepagination="true" because there gap between detail bar , column footer if there less data display , if there multiple pages column footer data display each page. (i need totals display after table data)

is there way achieve this.

usually column footer set directly on page footer, have seen.

the option float column footer, if set true, let column footer float directly under detail bar , not anchored on page footer (see more here).


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -