Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Report with only Subreports in pbSection

edited July 2009 in General

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.

Comments

  • edited July 2009
    Hi Jose,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2009
    Nico Cizik (Digital Metaphors) escribió:
    Ok, it works deleting header and footer bands on main report.

    Thanks a lot!
This discussion has been closed.