简体   繁体   中英

Replacing Reporting Services with Javascript & WebAPI

We are currently replacing a existing Asp.net Application with the main purpose of displaying various Reports of Microsoft Reporting Service.

The new application has a Ext.js (JS Framework) front end and communicates with a .net WebAPI back end.

The reports (charts and also matrices) need to be displayed in the webapp(features like sorting or filtering included) as well to be automatically created and sent out via email.

Displaying the report in the browser is relatively easy and we also have some experience using MigraDoc to create PDF reports.

But are there any solutions out there that doesn't need us to create the same report twice and still gives us all the features we need?

Take a look at this -

http://blogs.telerik.com/careypayette/posts/13-09-23/bringing-the-power-of-html5-to-telerik-reporting

Telerik reporting has the ability to create reports in a web api project and send that to the browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM