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

Dynamic Components on a Report

edited August 2003 in General
Hi there,

I need to put some extra components onto a report at runtime (labels and
DBtext components). I have some examples on how to do this with a report
created at run time but how do I do this with an existing report (and what
event do I use) ?

Richard

Comments

  • edited August 2003
    Hi Richard,

    You can add extra ReportBuilder components to a report at runtime by
    creating new Report objects and defining the properties of each according to
    how you would like your report to look. It is not recommended that you add
    DBText components to your report after you have called Report.Print. Below
    is an example of creating a number of report components at runtime. These
    can all be done on a new or an existing report.

    http://www.digital-metaphors.com/tips/DynamicReportCreation.zip

    --
    Best Regards,

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