Best ASP.NET reporting engine with custom reports creation ability [closed]

十年热恋 提交于 2019-11-28 16:50:25
Muhammad Akhtar

If you have Microsoft SQL Server as Database, so you don't need to purchase License for support of SQL Reporting Services, but there is an issue with SQL Reporting Services, SQL Reporting services only Compatible with IE. check these links ...
http://msdn.microsoft.com/en-us/library/ms156511.aspx

SQL Reporting Services - Print Button not shown in Mozilla

On the other hand, If you use other than Reporting Services, You need to purchase License.

Andy

I've worked with all the major reporting tools and each has their plusses and minuses. About the only "plus" on SQL Report Services side is that there's no additional $$ expenditure above the SQL Server license. The downside is that the report designer is probably the most child-like of all.

Crystal has been around forever, some love it, many hate it, it does the job, but has a serious price tag involved if you want to use it for anything other than personal use. And the web reporting server for it is VERY expensive.

ActiveReports, XtraReports, Telerik all have good products and all are being actively improved (at different speeds, of course). Each has a web viewer, but they don't include the rest of the things you might want from a web reporting server.

And if you find you really want an enterprise-class web server option for Crystal, ActiveReports, XtraReports or Telerik reporting (or any other report designer, for that matter), that's now available from www.versareports.com.

George

DevExpress XtraReports Suite.

A report is simply a class, no web services or rpt files involved.

http://www.devexpress.com/Products/NET/Reporting/

Reporting Services is the one I am most familiar with and it is the one most tightly ingrained in SQL Server, which is something that I prefer. I also happen to like the "feel" of RS a lot more than Crystal.

The other two options I am not familiar on at all, and I imagine they have a much smaller market share (and therefore much smaller community when it comes to finding help) than RS or Crystal.

You can try jsreport. It’s free, open sourced, has .net client, cross platform (nodejs), does not require any compilation and it’s safe to let your users to modify their reports. Reports are designed using javascript templating engines that should give you maximum flexibility for your report layout.

CONS

  • does not currently support excel and word
  • in preview
  • does not talk directly with sql db, but you should anyway send data from your BL unless you are searching for BI reporting

You can try it without any authentication in jsreport playground

One suggestion would be for you to do at least some evaluation of all these options. The primary reason would be so that you could learn just enough about them to judge how to keep them playing well together.

That way, if you either need to switch reporting engines, or perhaps to use a different engine for some particular requirements, you'll know how to do that.

SQL Reporting Services. They have a web tool to build ad-hoc reports that is as good as any other.

The general problem with ad hoc reporting is that the "thing" the user is trying to do is either beyond the tool or beyond the user and you have to do it any ways, and as a programmer SSRS is a better environment.

David Thielen

First off, thank you for the up-front mention of Windward. It's nice to see we're on the default short list :)

It really depends on what report desing approach works best for you. If you prefer a programming type approach inside an IDE, then it's Crystal, SSRS, etc. If you prefer an approach where you can design the reports in Microsoft Word, Excel, or PowerPoint (which IMHO makes report design and editing fast & easy), then take a close look at Windward Reports. (Disclaimer, I'm the CTO at Windward.)

For general information, I suggest dotnet-reports and reporting-software. The key to a system that works well for you is one where the design tool is a natural fit for your style - so try several.

Crystal Report which can be easily integrated with .net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!