How to load a report?
Hi Good Afternoon
I have a report done......Now I need to know how to load this one..for
example in Fast report I write report.loadfromfile('report's path') and the
report is loaded..now I need to know how to do it in report Builder....If
someona can help me I would appreciate you
I have a report done......Now I need to know how to load this one..for
example in Fast report I write report.loadfromfile('report's path') and the
report is loaded..now I need to know how to do it in report Builder....If
someona can help me I would appreciate you
This discussion has been closed.
Comments
report.template.loadfromfile;
Bill
You first need to define the file name for the Report template object then
load it from file. For instance..
Report.Template.FileName := 'MyReport.rtm';
Report.Template.LoadFromFile;
Report.Print;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com