Home Subreports

title bar in subreports

edited June 2003 in Subreports
How do I get the title section in my subreport to print at the top of every
page? Right now it is only printing on the 1st page.

Thanks,

Karen

Comments

  • edited June 2003
    Karen,

    Try creating a group on a static label and using the group header instead of
    the Title. Be sure to set the Group.ReprintOnSubsequentPage property to
    True.

    ------------------------------------------------------------------
    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.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2003
    Thanks Nico, actually that is how I got around it. I was just wondering if
    there was a way to set the title bar to have the same behavior. This works
    though.


    Karen
  • edited June 2003
    Hi Karen,

    The definition of the Title band is that it prints once at the beginning of
    a report. It is always necessary to use a header or group header if you
    need information to show up at the top of subsequent pages in a report or
    subreport.

    --
    Best Regards,

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