Report with only Subreports in pbSection
Hi,
I have a report with 2 subreports, set to pbSection, in detailband.
Datapipeline of report points to a table with numbers of invoices and
datapipelines of subreports to a table of invoices.
Datapipelines of subreports are Detail with Datapipeline of Report by
invoice number field.
I want that when I print report, this print Subreport1 and Subreport2
for each number of invoice in datapipeline.
It works fine but I always get a blank page before Subreport1.
This is:
BlankPage
Sub1_MasterRecord1
Sub2_MasterRecord1
BlankPage
Sub1_MasterRecord2
Sub2_MasterRecord2
BlankPage
Sub1_MasterRecord3
Sub2_MasterRecord3
.
.
.
Can I use any workaround to avoid this behaivor?
Tanks a lot.
This discussion has been closed.
Comments
Make sure you do not have any bands in your main report other than the
detail band. Also be sure there are no other components on the main report
other than the subreports.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Ok, it works deleting header and footer bands on main report.
Thanks a lot!