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

no header on second subreport

edited March 2006 in General
Hi;

i have a report, with 2 subreports on detail band, for some reasson the
second subreport's header does not print, any ideas?

TIA

Comments

  • edited March 2006
    Falkor,

    If the print behavior of the subreport is pbChild, this is expected outcome
    as the parent report controls the header and footer.

    --

    Bob

  • edited March 2006
    Hi,

    Bob is correct. The header and footer bands are not available in a Child
    style Subreport. You will need to use the title or a group header in it's
    place.

    ------------------------------------------------------------------
    Tech Tip: Subreport header/footer bands do not print for
    Child type subreports.
    ------------------------------------------------------------------

    For a subreport set to pbChild, the header/footer are not supported.
    A child type subreport prints on its parent's page space and
    therefore behaves more like a memo.

    Options:

    1. Use Title/Summary band.

    2. Use GroupHeader/GroupFooter. If you need to repeat the header
    when a page breaks then then you can create a group and
    set StartNewPage to True.


    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.