Add new page
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com