Page 1 of 1

Group footer printed only if Group header is on the same page

Posted: Sun Jun 22, 2008 7:38 am
by Fabio Pagano
I have a report where i have a group header with "Print only on first page". If the report has more than one page, its group footer is not printed. Is this correct?

Thanks.

Group footer printed only if Group header is on the same page

Posted: Mon Jun 23, 2008 6:08 am
by Vital
Hello Fabio,

Please don't use PrintOn property. In some cases you can receive incorrent behavior and we can't correct this. In EngineV2 we try to correct this problem, but at this moment EngineV2 have same problem.

Thank you.

Group footer printed only if Group header is on the same page

Posted: Mon Jun 23, 2008 3:39 pm
by Fabio Pagano
Actually i've used this workaround: i've added another group with the same grouping fields of the first one: this new group has fields only in footer: it is always printed, but, in fact, the result is that only on the last page the new group's footer is printed.

Example:

Group 1 header (printon only on first page)
....header fields

Group 2 header (same grouping fields of Group 1)
...empty - zero height

Group 2 footer
...footer fields

Group 1 footer
...empty - zero height

Thanks.