Home Datapipelines

Print report detail multiple times on the same page

edited December 2007 in Datapipelines
Hi,

I have produced a payment voucher report that has a subreport.
The main template and subreport use the same pipeline and there will always
be a maximum of 3 records per voucher.
(RB_Pro 10 and Delphi CodeGear 2007)

The report works perfectly, but I would like to produce the exact same data
on a single A4 page up to 3 times.
ie each time I print the report, the voucher will print 3 times on a single
serrated A4 page.

Can anyone advise what I should do achieve this


Bob

Comments

  • edited December 2007
    Hi Bob,

    If you just need to reprint the detail band up to three times, you can alter
    the TppDetailBand.BandsPerRecord property to the number of times you would
    like it to print per record traversal. Setting this value to 3 would print
    the same detail information three times before moving to the next record.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.