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

Fixed subreports and overflow

edited March 2004 in End User
I have a report that must fit a page with a fixed space layout..
Its structure in the detail band is like this

Region1
(general start information)

SubReport 1
SubReport 2


Region 2
(general end information)

SubReport 1 and SubReport 2 have fixed length, but they can generate
overflow.
When it occurs they should continue in the next page reprinting Region1 and
Region2 as they are (i.e. repeating the data inside them)
All the following pages should respect the layout of the first page.
Note that subreports 1 and 2 may overflow indipendently from each other.

Can you explain me how to set the component's properties?

Thanks all, Filippo.

Comments

  • edited March 2004

    For Fixed size subreports set subreport.PrintBehavior to pbFixed. To control
    whether a fixed subreport continues printing on the next when it overflows,
    set subreport.TraverseAllData to True.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.