Open source reporting services?

Are there free and open source reporting services that we can deploy on a web server that do not require licensing. Actually I would be interested in all the infrastructure / tooling, report design, viewing and hosting. It should be able to fetch data from mssql database servers.

+2


source to share


2 answers


Check the JasperForge projects (JasperReports, iReports, etc.) at http://jasperforge.org/ I think this is one of the most used plataform for reporting in Java projects.

Also check out this comprehensive list of Java open source resources for reporting . Includes short descriptions for



  • JFreeChart
  • BIRT
  • jCharts
  • Cewolf
  • JCCKit
  • JChart2d
  • DocumentBurster
  • SWTJasperViewer
  • iReport
  • JasperReports
  • JOpenChart
  • Chart2D
  • JFreeReport
  • Datavision
  • ART
  • Open reports
  • Pentaho - Business Intelligence
  • JMagallanes
  • FreeReportBuilder
  • OpenReports
  • Openi
  • JGraphT
  • Prefuse
  • Plot QN
+1


source


The Pentaho source code includes a report server. I believe it is Java based, so it connects to any data source for which JDBC drivers are available (including SQL Server).



SQL Express with Advanced Services includes a free version of SQL Server Reporting Services.

+1


source







All Articles