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

Add new page

edited February 2007 in General
Hi,
I got a report with four charts. The charts are filled at runtime from
delphi. Now I want to add a new page if I need more than four charts. I want
to duplicate the report page like RB does it automaticly when I'm using a
database source for my reports.
Regars,
Sven

Comments

  • edited February 2007
    Hi Sven,

    One option would be to add a TppPageBreak component below your last chart
    and then continue to create charts below that effectively creating them on
    the next page.

    Another would be to connect your report to an empty JITPipeline perhaps so
    the same 4 charts would print for each record. You would then need to
    change the values of the charts as the record changes.

    --
    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.