Hi,
I am bumping this old topic because I have issues with this report.
The "columnHeader" system worked very well for a while, but now that my report is more complicated, I have problems.
My report is designed like this:
- HeaderBand
-- ColumnHeaderBand (displayed only if Column==2, to create the vertical "shift")
---DataBand1
----ChildBand1
----ChildBand2
---FooterBand1
---DataBand2
----ChildBand3
----ChildBand4
---FooterBand2
and so on.

Different filters are applied on the different databands. They are displayed one after the other to sort displayed information. The FooterBand is displayed in between to have a visible separation.
The problem is that the ColumnHeaderBand is displayed only on the first page. As soon as the report jumps to data from Databand2 (or more), ColumnHeaderBand is not displayed on the top of the page.
How can I solve this problem?
Thanks a lot.