Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source .Net Reporting Tool [closed]

I am looking for a reporting service/tool for visual Studio. My only restraint is my web server is off limits to me as far as installing ANYTHING. So I need something I can just include in my project.

My users need to be able to export a report to PDF and without being able to use Crystal I am pretty much lost.

Any ideas?

like image 700
Collin Estes Avatar asked Oct 14 '08 21:10

Collin Estes


People also ask

What is an open source reporting tools?

Open source reporting tool is a solution that synchronizes with databases to collect information, and then generates insights in graphs. With the help of reporting tools, users can ensure that the data is valuable, build visual dashboards and create data insights.

Is FineReport open source?

Best Free and Open Source Dashboard Software in 2022 | FineReport. More and more people are convinced of the power of dashboards. Today, this post will review the top free and open source dashboard software specializing in project management, marketing, TV display, and so on. Welcome to take advantage of it!

Is Telerik reporting open source?

We are happy to announce that Telerik UI for Universal Windows Platform by Progress is now free and open-source.

Is fast report free?

FastReport provides free open source report generator for . NET 6/. NET Core/. NET Framework.


2 Answers

fyireporting (released under Apache License) is worth a try.

The fyiReporting RDL Project is a powerful report and charting system based on Report Definition Language (RDL). Tabular, free form, matrix, charts are fully supported. Report output may be displayed as HTML, PDF, XML, .Net Control, Web Archive, and to a printer. Libraries exist for use in your ASP.NET, Windows .Net, and command line applications.

like image 115
Gulzar Nazim Avatar answered Sep 18 '22 00:09

Gulzar Nazim


Try Microsoft's ReportViewer system. It to uses the Report Definition Language, but it's ready to go out of the box. It's not Open Source, but it is redistributable.

like image 32
Bob King Avatar answered Sep 21 '22 00:09

Bob King