Make PageFooter with dynamic size in iReport

0

When creating a report in iReport and would like PageFooter to have its dynamic size according to the components that were visible inside it.

Not all components of PageFooter will be visible on all pages and others will not appear depending on the configuration of the report, these components usually make up an entire row, which should not take up space on the report if it were blank. / p>

I have tried to use the Remove Line When Blank parameter but in PageFooter it has no effect.

    
asked by anonymous 20.10.2015 / 18:33

2 answers

0

With PageFooter it is not possible to have a dynamic size due to the limitation of iReport itself, in my case what I did to solve was to develop the entire first page in Title controlling with subrelations what should or should not appear as well as the amount of information, then the other pages followed the normal structure of iReport , in my case solved the problem.

    
13.11.2015 / 17:10
0
Hello, man, my tip is for you to create Groups according to each line that you have to display (to be more organized) or Details , and you can keep your PageFooter . You only need to add an expression in Print When Expression to say when Group , Detail or even PageFooter will appear. See the example in the image below:

Be careful when selecting your Group , Detail or PageFooter , not to click on some TextField , Labels , List , etc . because they have the same properties.

    
21.10.2015 / 13:43