Is there any easy way to export reports created in reportbuilder to fastreport? I have several reports and I would at least need the layout preserved in this conversion.
Asked
Active
Viewed 863 times
1 Answers
1
Add ConverterRB2FR unit in the uses list, add TfrxDesigner to project, use frxReport1.DesignReport; code to call run-time FR designer, open RB report template in the run-time FR Designer and save it as fr3

gpi
- 486
- 4
- 8
-
Thank you gpi. Works great! – Marcoscdoni Feb 05 '17 at 16:28