Page 1 of 2
print subreport on new page if not fitting on previous page
Posted: Thu Aug 12, 2010 3:37 am
by semtec
Hello,
I have a report with the following structure:
ReportTitle
Databand : DataSource: 1
--subrpt1
--subrpt2
--------
--subrpt8
ReportSummary
How can I setup the report, to have a subreport start on a new page, if that report cannot complete on the current page?
Regards,
René
print subreport on new page if not fitting on previous page
Posted: Thu Aug 12, 2010 7:54 am
by Ivan
Hello,
Please try to place the subreport on the Panel, and set the following properties of the Panel:
CanGrow = true, CanShrink = true, CanBreak = false.
Thank you.
print subreport on new page if not fitting on previous page
Posted: Thu Aug 19, 2010 2:53 am
by semtec
It works, thank you!
René
print subreport on new page if not fitting on previous page
Posted: Thu Aug 19, 2010 3:02 am
by Alex K.
Hello,
We are always glad to help you!
Thank you.
print subreport on new page if not fitting on previous page
Posted: Thu Jan 20, 2011 7:02 am
by semtec
Hi,
It has been a long time ago, but I discovered that the suggestion doesn't work completely.
When a subreport covers more than one page, a blank page (WITH the PageHeader and PageFooter of the mainpage) is printed before that subreport.
What can be done?
Regards,
René
print subreport on new page if not fitting on previous page
Posted: Thu Jan 20, 2011 8:50 am
by Alex K.
Hello,
Please send us a simple report with data which reproduces the problem.
Thank you.
print subreport on new page if not fitting on previous page
Posted: Fri Jan 21, 2011 4:44 am
by semtec
Ok,
I will send you a simple report that has the Demo.xml as a datasource.
Regards,
René
print subreport on new page if not fitting on previous page
Posted: Sat Jan 22, 2011 11:57 am
by Ivan
Hello,
Sorry for the delay with response.
We need more time to prepare the answer for you.
Thank you.
print subreport on new page if not fitting on previous page
Posted: Wed Jan 26, 2011 7:45 am
by Ivan
Hello,
Please use the ChildBands instead of panels.
Please check the report sample in attachment.
Thank you.
print subreport on new page if not fitting on previous page
Posted: Thu Jan 27, 2011 4:15 am
by semtec
Thank you Ivan, that works!
Although, I think this is more of a workaround than a bug-fix.
Regards,
René