Reporting

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oz8hp
Posts: 151
Joined: Mon 18 Feb 2008 13:28
Location: Denmark
Contact:

Reporting

Post by oz8hp » Thu 12 Nov 2009 10:04

I know this may be of topic but anyhow

Which reporting tool to use with UniDAC?

The included Rave doesn't work on my Delphi 2009 on Windows XP 64.

I have been looking at Fastreport and ReportBuilder - they should both have support for UniDAC.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: Reporting

Post by eduardosic » Thu 12 Nov 2009 11:54

oz8hp wrote:I know this may be of topic but anyhow

Which reporting tool to use with UniDAC?

The included Rave doesn't work on my Delphi 2009 on Windows XP 64.

I have been looking at Fastreport and ReportBuilder - they should both have support for UniDAC.
Hi oz8hp, you can use any TDataSet descendent with FastReport.

you can use TFrxDBDataset to make a connection with TUniquery and the report. see the fastReport main Demo.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 13 Nov 2009 11:06

UniDAC has packages for FastReport. You can find them in

\Demos\Win32\ThirdParty\FastReport\FR4

If you install this package you can use UniDAC components in the FastReport designer.

Post Reply