Home Subreports

Header of main page to also be on subreport pages

edited February 2003 in Subreports
I have a main page with a few subreports. I want the header on the main
page to flow over to the subreport pages so I don't have to duplicate the
header for every report. Is this possible?

--

Don Gollahon

Comments

  • edited February 2003
    Set the subreport PrintBehavior property to pbChild. This will force the
    main report headers to pritn when the subreports print.


    Cheers,

    Jim Bennett
    Digital Metaphors

    ------------------------------------------------------------------
    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 Group.ReprintOnSubsequentPage to True.



  • edited February 2003
    When I had it set to pbChild the pages didn't separate quite right so I
    changed them to pbSection. I'll experiment some more.

This discussion has been closed.