Multi pages wide without multi subreports
Is there was a way for a report to print pages that are wider then the
page width, with the extra would print on a second page, without having to
use multiple subreports?
--- posted by geoForum on http://delphi.newswhat.com
page width, with the extra would print on a second page, without having to
use multiple subreports?
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
The best way to print a report wider than a page is to use subreports
similar to the SpreadSheet Style example...
http://www.digital-metaphors.com/tips/SpreadSheetStyle.zip
This is necessary to reorder the pages so you will get the effect of the
wide report printing on the next page.
Why are you unable to use subreports?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
not want to use subreports because there may not always be data for the
second page and I only want to print the second page if there will be data
there.
--- posted by geoForum on http://delphi.newswhat.com
Which version of ReportBuilder are you using? In my testing with RB 10.07,
the SpreadSheetStyle example worked as expected. If there is not data for
the second subreport, it would be possible to simply toggle the visibility
of it to prevent the printing of a blank page.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
report differently to avoid the problem with it going on to a second page.
--- posted by geoForum on http://delphi.newswhat.com