Mohamed Salah
Mohamed Salah

Reputation: 975

Asp.net MVC3 reporting system

I am building a new asp.net MVC3 web application for reporting and I want to know the best way to create reports.

I've tried to use Crystal reports but its has some issues in implementation and styling so Is there is a free or customized solution for that?

Upvotes: 0

Views: 1916

Answers (2)

Mohamed Salah
Mohamed Salah

Reputation: 975

After alot of searching in google i found a good solution that meets my needs that is a free open source tool here called doddleReports it creates pdf, excel, csv comma delimited, HTML report

Upvotes: 1

George Mamaladze
George Mamaladze

Reputation: 7931

I have used worddocgenerator.codeplex.com as a reporting tool in one lightweight ASP.NET application. It allows you to generate data bound content with very few code.

enter image description here

To preview reports you can use the Open Xml Viewer

Upvotes: 0

Related Questions