Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 23.01 now available including Delphi 12.3 64-bit IDE support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
export to rtm
rbuser
April 2005
edited April 2005
in
General
Hi,
It?s posible to export a report to rtm file from code?
thanks
Comments
nicocizik
April 2005
edited April 2005
Hi Felix,
Try the following code...
Report.Template.FileName := 'C:\myReport.rtm';
Report.Template.SaveToFile;
--
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.
Comments
Try the following code...
Report.Template.FileName := 'C:\myReport.rtm';
Report.Template.SaveToFile;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com