Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Multiple groups with 1 group header

edited May 2002 in General
Hi,
Is it possible to have multiple groups share one single GroupHeader?
If yes, how can I do this by code?

Thanks,
Morten

Comments

  • edited May 2002
    Do you want the groups to reside under a single header or do you want the
    same header reprinted for every one of the groups? In the first case simply
    suppress the inner group headers by setting their height to 0 and create the
    header content in the group header of the outermost group. In the latter
    case you would have to recreate the content in the header of every one of
    the groups. You can accomplish this in code, if you wish, by looping through
    the objects in the header band of the group that has the content and copy
    the content into the header bands of all the other groups.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.