Are there any free and opensource reporting services which we can deploy in a web server, and which wouldn't require any licensing. Actually I'd be interested in the whole framework/toolkit, report designing, viewing, and hosting. It should be able to pull data from mssql database servers.
相关问题
- open source, multi-platform, browser-based screen
- Why does SSRS need to recycle the application doma
- Use multiple ReportItems in one expression in RDLC
- How to delete old subscriptions
- QUERY method of Soap request for SSRS and WCF test
相关文章
- SQL Server Reporting Services - Set default value
- Get list of reports from SSRS?
- SSRS tablix column CanGrow property for width?
- The report server cannot process the report or sha
- SSRS 2008 report not working with using a stored p
- What is a good free RDBMS solution for a small web
- OCR code in android platform [duplicate]
- Dataset with dynamic columns in tablix/matrix
Check the JasperForge projects (JasperReports, iReports, etc) at http://jasperforge.org/ I think is one of the most used plataform for reporting in Java projects.
Also check this comprehensive list of Java open source resources for reporting. Includes short descriptions for
The open source Pentaho suite includes a report server. I believe it's Java-based, so will connect to any datasource for which JDBC drivers are available (including SQL Server).
SQL Express with Advanced Services includes a free version of SQL Server Reporting Services.