简体   繁体   English

使用Javascript和WebAPI替换Reporting Services

[英]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. 我们当前正在替换现有的Asp.net应用程序,其主要目的是显示Microsoft Reporting Service的各种报告。

The new application has a Ext.js (JS Framework) front end and communicates with a .net WebAPI back end. 新的应用程序具有Ext.js(JS Framework)前端,并与.net WebAPI后端进行通信。

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. 报告(图表和矩阵)也需要显示在webapp中(包括诸如排序或过滤之类的功能),还需要自动创建并通过电子邮件发送出去。

Displaying the report in the browser is relatively easy and we also have some experience using MigraDoc to create PDF reports. 在浏览器中显示报告相对容易,我们在使用MigraDoc创建PDF报告方面也有一些经验。

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 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. Telerik报表可以在Web api项目中创建报表并将其发送到浏览器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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