Le lundi 23 juillet 2012 à 11:53 -0700, Marcus Túlio Ramos a écrit :

> I´m using Visual Studio 2010 - C# and Postgres with NPGSQL for data
> provider.
> 
> I´d like to know what´s the best option for a Report Builder on this
> scenario.

If you can separate it from your application, I find that a very
convenient way to reduce reporting problems is to build an exporting
tools that provides the data needed in a file in csv format, which users
import into the various tools they have. 

A lot of tools can also connect to the db directly and build
queries/reports (MS-Access for instance).

You do need a good schema to do that, though.

-- 
Vincent Veyron
http://marica.fr/
Logiciel de gestion des sinistres assurances et des dossiers contentieux pour 
le service juridique


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to