Subreports overlap on second page
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
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
This discussion has been closed.
Comments
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.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
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.
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.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com