This is a discussion on Reporting services for PostgreSQL within the Pgsql General forums, part of the PostgreSQL category; --> I'm looking for a report generator which renders reports in server and sends rendering result to client. any idea ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09/01/07 06:12, Andrus wrote: > I'm looking for a report generator which renders reports in server and sends > rendering result to client. "Render" as in "run the report program on the host"? - -- Ron Johnson, Jr. Jefferson LA USA Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG22LqS9HxQb37XmcRAlspAKC2paI69cLtVhMav5S1WF jU6Kqk/QCgmAuE TOhUBVnjRQtGpeMc01tgDh4= =efFa -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| Try OpenRPT - server side rendering engine, and client-side GUI designer. http://sourceforge.net/projects/openrpt Cheers, Ned On 9/1/2007 7:12 AM Andrus wrote: > I'm looking for a report generator which renders reports in server and sends > rendering result > to client. > > any idea ? > > Andrus. > > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > > ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| > "Render" as in "run the report program on the host"? Yes. Many reports shows only summary data in reports. If such report is created in server, it runs fast. If such report is created in client, it need to retrieve a lot of data and is very slow. Andrus. |
| ||||
| Thank you. How server-side reporting works ? Will it use some C stored proceure in server ? In which format rendered report is sent back ? I need to call it in C# Where to find example calling OpenRpt in MONO / .NET ? Is OpenRpt now in LGPL, I havent found any announcment about licence change ? Is there any roadmap for future, OpenRpt is not updated almost a year ? Andrus. "Ned Lilly" <ned@nedscape.com> kirjutas sõnumis news:46DDA9EB.2000006@nedscape.com... > Try OpenRPT - server side rendering engine, and client-side GUI designer. > > http://sourceforge.net/projects/openrpt > > Cheers, > Ned > > > On 9/1/2007 7:12 AM Andrus wrote: >> I'm looking for a report generator which renders reports in server and >> sends rendering result >> to client. >> >> any idea ? >> >> Andrus. >> >> >> >> ---------------------------(end of broadcast)--------------------------- >> TIP 1: if posting/reading through Usenet, please send an appropriate >> subscribe-nomail command to majordomo@postgresql.org so that your >> message can get through to the mailing list cleanly >> >> > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend > |