-1

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.

Marcoscdoni
  • 955
  • 2
  • 11
  • 31

1 Answers1

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