Reporting in ASP.NET

Posts   
 
    
gabrielk avatar
gabrielk
User
Posts: 231
Joined: 01-Feb-2005
# Posted on: 02-Dec-2005 17:14:21   

Hi Folks,

We're developing a web app to be used by lots of companies (we hope wink ).

This means a companie can put in the data, work with it and wants reports. We would predefine reports which they can than generate based on criteria they put in.

Crystal I would think, or Microsoft Reporting Services 2005... First costs >600 euro per company that uses the application (which is not possible since it's a montly fee based app) and the second only works with IE >5.5, while the whole app is designed to work in most browsers (Going from IE, FireFox, Safari, Mac IE, etc..)

Who has a good alternative royalty free or, not to expense (> 50 euro per client).

Any advice would be greatly apperciated

JimFoye avatar
JimFoye
User
Posts: 656
Joined: 22-Jun-2004
# Posted on: 02-Dec-2005 19:17:39   

I haven't used it but someone I know swears by ActiveReports (http://www.datadynamics.com/).

erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 02-Dec-2005 19:23:29   

I haven't used datadynamics either, but I've heard good things about it. It would be my second hand recommendation.

pilotboba
User
Posts: 434
Joined: 05-Aug-2005
# Posted on: 02-Dec-2005 20:13:27   

gabrielk wrote:

Hi Folks,

We're developing a web app to be used by lots of companies (we hope wink ).

This means a companie can put in the data, work with it and wants reports. We would predefine reports which they can than generate based on criteria they put in.

Crystal I would think, or Microsoft Reporting Services 2005... First costs >600 euro per company that uses the application (which is not possible since it's a montly fee based app) and the second only works with IE >5.5, while the whole app is designed to work in most browsers (Going from IE, FireFox, Safari, Mac IE, etc..)

Who has a good alternative royalty free or, not to expense (> 50 euro per client).

Any advice would be greatly apperciated

With reporting services. You could always tell the server to render the report to PDF then return that to the browser would would launch adobe reader. Also, VS 2005 includes report controls so you can use SQL Reporting services without a server.

I think there is a royalty free option with Crystal now, isn't there?

I have heard good things about Active Reports as already suggested.

Another one you might want to look into is Dev Express's http://www.devexpress.com/Products/NET/XtraReports/ . I haven't used them but I have used other of their products and they are always well done.

BOb

jeffreygg
User
Posts: 805
Joined: 26-Oct-2003
# Posted on: 02-Dec-2005 21:43:30   

I can vouch for ActiveReports. Great tool and very well (with some caveats) integrated. I haven't used it in a web environment, but I believe it's relatively straightforward. And no distribution fees, even for the end-user report designer control.

Jeff...

wvnoort
User
Posts: 96
Joined: 06-Jan-2005
# Posted on: 05-Dec-2005 09:33:27   

We are using ActiveReports for a while now and I prefer it over CrystalReports. If you plan to supply the end-user designer to the customer, then it may be worth to take a look at the Stimulsoft reporting tool (http://www.stimulsoft.com). Their tool has similar features as active reports, but a much better end-user designer. But how it behaves in production situations i can't tell since we have only done some small tests.