How to make subreport print on New Page ?
Hi!
How do you make a subreport print on a new page ?
I had this subreport with PrintBehaviour pbChild in middle of the Report.
Now the customer wants it to print at the end, as an "Appendix A: " type
section, but otherwise behave exactly like it has done.
I moved the subreport down to the bottom of my main report's detail band,
but I can only make it print properly without having a page break before it.
Any ideas ?
BTW - strange behaviour this is: If you try to set the subreport's Top
property, it doesn't move the subreport with the offset (New.Top -
Old.Top) - instead it seems like it Moves top *without* touching the bottom,
and then inverts the rectangle (Top now being a higher value than bottom).
Is it meant to work this way, and in case - why ?
Thanks in advance !
--
Bj?rge S?ther
bjorge@hahaha_itte.no
How do you make a subreport print on a new page ?
I had this subreport with PrintBehaviour pbChild in middle of the Report.
Now the customer wants it to print at the end, as an "Appendix A: " type
section, but otherwise behave exactly like it has done.
I moved the subreport down to the bottom of my main report's detail band,
but I can only make it print properly without having a page break before it.
Any ideas ?
BTW - strange behaviour this is: If you try to set the subreport's Top
property, it doesn't move the subreport with the offset (New.Top -
Old.Top) - instead it seems like it Moves top *without* touching the bottom,
and then inverts the rectangle (Top now being a higher value than bottom).
Is it meant to work this way, and in case - why ?
Thanks in advance !
--
Bj?rge S?ther
bjorge@hahaha_itte.no
This discussion has been closed.
Comments
band can have a height of zero if you aren't using it. You can also set the
subreport's PrintBehavior property to pbSection and this will force the
subreport to print on a new page, with its own page header and page footer,
unlike the child type subreport which prints more like a memo inside of the
main report.
--
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
datasets?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
problem and we can tell you why it isn't working. Please send it to
support@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com