views:

130

answers:

2

Hi, I'm trying to get a column footer band to appear directly below a details band.

The details band contains normally just 2 or 3 rows and thus should not be very deep. The footer always appears further down the page and not directly below the end of the content in the details band - therefore the details band is higher than the content it contains. How do I get the details band to collapse to the end of the content so I can get the footer to appear immediately afterwards.

I'm sure this is simply a case of applying some settings - but I can't determine what these are.

Thanks.

A: 

How are you designing/defining the report? I've found that unless you use something like iReport, it's really hard to do this kind of tuning. With that tool, you can shrink the bands and remove the extra space in your defined reports. You can also add/remove bands with iReport.

mlschechter
Hi - thanks for the feedback. I'm using iReport. How do I remove the extra space? On the designer it looks like there is no space as I've decreased the widths of the bands in question. But the resulting PDF still contains the white space.
Peanut
@Gordon got it :)
mlschechter
+1  A: 

In iReport set Ignore pagination to true in your main report's properties.

This should cause your footer to be render at the bottom of the content in your details band.

Gordon
That's the job. Thanks!
Peanut
I've realised that I need to cater for a report that goes over more than one page. So 'Ignore pagination' is no longer appropriate. However I've found the setting above it in the properties window 'Float column footer' places the footer directly below the details band on each page. Perfect! Hope this helps someone else somewhere down the line.
Peanut