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
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
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com