Are there any Open Source alternatives to Crystal Reports?
|
3
|
|||
|
|
|
JasperReports if you're writing Java. |
|||
|
|
|
|
|
|||
|
|
|
|
BIRT works pretty well. |
|||
|
|
|
|
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. |
|||
|
|
|
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/ |
|||
|
|
|
|
The java standard answer is often: JasperReports: http://jasperforge.org iReport: http://ireport.sourceforge.net openreports: http://oreports.com/ |
|||
|
|
