Home End User

Possible to always print a second page with static data?

edited July 2011 in End User
Hi,

In Report Builder 12, is it possible to generate reports that always
print a second page that just contains some static text, for example
terms and conditions and the like?

We have a client who wants every report to contain a second page that
just contains a memo field into which they can enter some terms and
conditions, so that they can get that to print on the back of every
report (which will itself be only a single page).

I've tried setting this up in a variety of ways, mostly using page
breaks, but I can't get it to work consistently. Do you have any
suggestions?

Thanks,

Steve Branley

Comments

  • edited July 2011
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2011
    For a one page report you try using a Summary band with Summary.NewPage to
    True.

    Another option is to create a main report and remove the header/footer. Add
    two subreports and set each to PrintBehavior of pbSection. Use the first
    subreport to layout the report and the second for the back page.

    Connect the main report DataPipeline and leave the each
    subreport.DataPipeline unassigned. Main report will traverse the
    datapipeline and generate two pages for each record.

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.