Migrating from QuickReport to FastReport, Rave Reports or what?
delphi, fastreport, migration, quickreports, rave-reports
Solution
Reading this blog post, I wouldn't set on Rave for any new project.
Problem
I'm migrating a Delphi project from old Delphi 2.0 IDE to the new RAD Studio XE2. I need to abandon QuickReport components. To which free report component can I migrate to? I see XE2 has FastReport and Rave Reports included. Which one do you suggest me? Or are there other ones? I look for the easiest to convert to, so the more similar to QuickReport I guess. In my project these QuickReport components are used: ``` TQRPreview TQRBand TQRSysData TQRLabel TQRMemo TQRDBText TQRShape TQuickReport TQRDetailLink ``` I already tried some automatic converters, but they need to have QuickReport installed, which I don't have. Thanks!