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

Number of pages

edited December 2003 in General
Hi,

How can I change the number of pages to print in design time?
I have a field in a Table where the user specify the number of copies to
print.
How can I assign this value to the number of copies? Is it possible?

Thank's very much and a Happy New Year.

Comments

  • edited December 2003
    Hi,

    You can use the TppReport.PrinterSetup.Copies property to tell ReportBuilder
    how many copies of a report you would like. If you just want to print a
    certain field over again, you can use the DetailBand.BandsPerRecord property
    to print copies of a individual field.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited December 2003
    Thank's Nico,

    That's what I need.

    Happy new year.

This discussion has been closed.