vote up 5 vote down star
3

Are there any Open Source alternatives to Crystal Reports?

flag
Why is this a CW or tagged subjective? – Rich B Feb 25 at 14:45

6 Answers

vote up 4 vote down

JasperReports if you're writing Java.

link|flag
vote up 1 vote down

iReport

link|flag
vote up 1 vote down

BIRT works pretty well.

link|flag
vote up 1 vote down

Bluyah.com. It's a web-based service (so no need to download/install/maintain) a separate reporting solution. It's exports can be embedded into your apps or web sites easily.

The service is geared to meet the needs of small to mid-sized IT groups who are fed up and frustrated with Crystal Reports.

The service can read from a variety of data sources: database, RSS, spreadsheet. Besides basic tabular reporting, it can also (depending upon your data content) format the data into a chart, a Google Map, a marquee (for embedding in a website), CSV or XML.

We use the XML data transformation capabilities as a sort of "translation" layer to migrate data from one system to another via XML. Since Bluyah does it's transformation "on-the-fly" and can respond in real-time, it's proved to be very useful for us.

Anyway - check it out. I think you'll like it.

link|flag
Isn't there a significant risk for a business uploading high-risk data (like client reports, etc) to a web-based service? – wrburgess Mar 12 at 18:13
vote up 1 vote down

Report Manager has been around for quite a few years. It's written in Delphi (at least it was originally) and has components that can be used in Delphi, but is usable via ActiveX or dll from just about any language. Now has a native .NET library too. Has a nifty report-serving webserver you can set up too. The designer gui looks and feels a little rough around the edges but it works. http://reportman.sourceforge.net/

link|flag
vote up 0 vote down

The java standard answer is often:

JasperReports: http://jasperforge.org iReport: http://ireport.sourceforge.net openreports: http://oreports.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.