Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The best reporting component for Delphi? [closed]

Tags:

delphi

report

We are a team that use Gnostice and RaveReports to view, print, mail and generate PDFs of reports using D2007. D2009 is in the roadmap but as Gnostice don't support D2009 we have to wait. In the past the reports was done in code and then viewed, printed etc. Now we have started to evaluate the Ravereports designer and make reports with that instead.

But now we hesitate. Nevrona seems to be more or less dead. We haven't managed to buy the source of Ravereports and [email protected] bounce back. Hm... And they are the default component for Delphi...

There are other report solutions like digital-metaphors and Fast Reports. I have no doubt that they are both good and competent, but we have to do something. Anyone know if Codegear is about to abandon Ravereports because of some trouble ?

Comments about digital-metaphors and Fast Reports is appreciated. We want a good reporting component that can build reports with code and in designtime. The reportfile should be saved in text, xml is prefered unlike rave-files. An easy way to set default printer would be nice as the Citrix environment we use sometimes fails with this task.

like image 624
Roland Bengtsson Avatar asked Apr 08 '09 10:04

Roland Bengtsson


People also ask

Which tool is used for reporting purpose?

This is an Expert-Verified Answer. The Accenture Delivery Tools that are used for reporting purpose is (e.) Accenture Client Service Reporting (ACSR).

What is a rave report?

Welcome To The Home of. Rave Reports 2022 is an advanced suite of components. for Delphi and C++Builder that allow the development. of powerful and flexible database reporting.


1 Answers

I would agree with idursun, I have used many reports engines before, but when I used Fast-Report, I haven't look else anymore.

I would add about fast-Reports

  • FastReport has support for unicode for Delphi < 2009.
  • Development is faster than other reporting tools, they were supporting Delphi 2009 before it's release date, other reporting tools took longer time, and in some cases too much time for
    Delphi 2009.
  • Very flexible, you can access any report components from Delphi code, or use any Delphi function inside your reports.
  • If you compare FR with others in Features/Prices, it has much of advanced features with lower prices.
  • FR file format is XML.
  • There's a server edition for web reporting.
  • There's .net edition also.
  • It has very powerful script engine with more languages(Pascal,Basic, Java & C).
  • Has end user-designer tool without extra money(I think you need Standard version or above).
like image 64
Mohammed Nasman Avatar answered Oct 04 '22 04:10

Mohammed Nasman