each subreports starting on different page
Hi,
I have one report containing 9 subreports (pbChild).
How can I make sure each subreport starts on a new page ?
I tried to change the titleband-property on each sub report to
"newpage=true", but this causes the pages AFTER the titleband to start on a
new page, not the titleband itself.
Greatings
Leon
I have one report containing 9 subreports (pbChild).
How can I make sure each subreport starts on a new page ?
I tried to change the titleband-property on each sub report to
"newpage=true", but this causes the pages AFTER the titleband to start on a
new page, not the titleband itself.
Greatings
Leon
This discussion has been closed.
Comments
the trick. Is this the correct way to go ?
Leon
Try changing your subreports to Section style subreports. This will force
each subreport to start on a new page.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I did try this but then my first page wil appear empty, the order of
subreports will be mixed, and my header+footer from the first page will not
be copied to the other subreports.
The summary-band with "newpage" works at the moment.
Leon