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

Sub-Report footer never print

edited May 2002 in General
I have 2 pipelines, 1 for main report (static record) and
the other for subreport(detail listing).
The SubReport Footer.visible automatically set to false
(I did not touch it, until I realize there is one)
When I set it, it will automatically set to false when preview/print.
What cause this?

(Main)
Header pipeline1
Detail(Sub) plpeline2
Titile
Detail
Footer <- never print
Summary
Footer

Please advice.

TIA
Hott

Comments

  • edited May 2002
    ------------------------------------------------------------------
    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.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.