HOW TO: Hide page header when Report Summary shifted to new page and no data?
Hi Support,
I have a master-detail report with a large Report Summary (68mm) band. Because the Report Summary band is quite large, the band often gets shifted onto a new page. If this the band is forced onto a new page and the page contains no data, I do not want to print the page header. Any ideas how to achieve this?
Kind Regards,
Keith Blows
I have a master-detail report with a large Report Summary (68mm) band. Because the Report Summary band is quite large, the band often gets shifted onto a new page. If this the band is forced onto a new page and the page contains no data, I do not want to print the page header. Any ideas how to achieve this?
Kind Regards,
Keith Blows
Comments
Write the following code in your reportsummary.BeforePrint event handler:
To print data decaration (column labels etc.) group all data to new group (as expression put any constant) and define group header. And set RepeatOnEveryPage to this group.
Wow. Perfect!
Kind Regards,
Keith Blows
Thanks for the info, but as stated, this is a master/detail report, which cannot work with grouping. Alex's answer is what I was looking for.
Kind Regards,
Keith Blows