简体   繁体   English

如何在不更改UI代码的情况下将SSRS报告合并到桌面应用程序中?

[英]How to incorporate SSRS report into a desktop application without changing the UI code?

Currently, at work we use CrystalReports to create reports for clients. 当前,在工作中,我们使用CrystalReports为客户创建报告。 We are trying to see if it would easier to use SSRS instead. 我们正在尝试查看使用SSRS是否更容易。

Basically, we have a stored procedure in our report with parameters that is used to generate a report. 基本上,我们的报表中有一个存储过程,带有用于生成报表的参数。 We have a desktop application that our clients can use enter the parameters -> This application has access to our SQL server that has a table with a url -> the web server runs ac# code that feeds the parameters to crystal report -> the crystal reports is generated in the web server -> the report is then displayed on our desktop application 我们有一个桌面应用程序,客户可以使用它来输入参数->此应用程序可以访问我们的SQL服务器,该服务器具有带有url的表-> Web服务器运行ac#代码,将参数输入到Crystal报告中-> Crystal在Web服务器中生成报告->然后将报告显示在我们的桌面应用程序中

Is there a way to use SSRS instead to do this without changing our desktop application code? 有没有一种方法可以使用SSRS来执行此操作而不更改我们的桌面应用程序代码? Any other ideas on how to generate a report in an application using other tools? 关于如何使用其他工具在应用程序中生成报告的其他想法?

Thank you in advance. 先感谢您。

You can use a web browser tool in visual studio, In toolbar you can find Web Browser Tool. 您可以在Visual Studio中使用Web浏览器工具,在工具栏中可以找到Web浏览器工具。 For the relevant reporting module use a web browser and you will be able to work on ssrs without changing any codes. 对于相关的报告模块,请使用Web浏览器,并且无需更改任何代码即可使用ssrs。 Here what you requested 这是您要求的

https://msdn.microsoft.com/en-us/library/ms154537.aspx https://msdn.microsoft.com/zh-CN/library/ms154537.aspx

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

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