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

Subreports overlap on second page

edited May 2014 in General
Hello,
In the detail band of my report I've got 7 subreports. Each report is
below the previous one, like this:

---------------------------------------------------------------------
Detail Band
---------------------------------------------------------------------
---------------------------------------------
Subreport1
---------------------------------------------
---------------------------------------------
Subreport2
---------------------------------------------
...
---------------------------------------------------------------------
Detail Band
---------------------------------------------------------------------

On the first page everything works. On the second page all subreports
are at the position of the first subreport, so they overlap. How can I
retained the order of the first page?

Nick

Comments

  • edited May 2014
    Hi Nick,

    Be sure all your subreports have their ShiftRelativeTo property set to
    equal the subreport that is meant to be above it. For instance,
    Subreport2 should ShiftRelativeTo Subreport 1 and so on.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2014
    Now it works. Thank you.
    Is there any way to link the main report to the subreport?
    Currently I link it with ID's. But that's very slow and sometimes the
    report crash, because every datapipeline gets a fullscan.
    Are there any other ways?

    Best Regards,
    Nick.
  • edited May 2014
    Hi Nick,

    Are you referring to linking the subreport data to the main report data
    perhaps in a master-detail relationship? If so, take a look at the
    following article and demos in the main reports demo for examples of this.

    http://www.digital-metaphors.com/rbWiki/Data_Access/Fundamentals/Data_Traversal

    If you are talking about something else, please provide a complete
    description of what you would like to accomplish and I will find a
    solution for you.

    Best Regards,

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