是否可以使用ASP.Net应用程序中的最终用户报表设计器. [英] End user report designer in ASP.Net Application is it possible or not.

查看:98
本文介绍了是否可以使用ASP.Net应用程序中的最终用户报表设计器.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我在最终用户报表设计器中有一个选项,因为它是使用服务器端的Report.ShowDesigner()方法呈现的.

调用此方法时,出现以下异常:

在Web上下文中调用此方法是不合适的,这是已知限制还是在此处滥用了某些内容.


感谢

Hi,
I have an option in end user report designer as it is rendered using the Report.ShowDesigner() method on the server side.

When I call this method, I get the following exception:

Calling this method is inappropriate in the Web context Is this a known limitation or am misusing something here.


Thanks

推荐答案

主要问题是您试图在Web应用程序中启动Winform应用程序.因此,即使弹出报表设计器,它也会在您要求的计算机上而不是客户端计算机上弹出.

最好是创建一个clickonce应用程序,然后从那里运行它.

我假设您正在使用开发人员快速报告.

还研究了他们有关如何将报告存储在自定义存储上的文章,因为您将不得不通过使用Web服务将报告解析回服务器.
The main problem with this is that you are attempting to launch a winform app in a web application . so even if the report designer pops up it will pop up on the server machine and not the client machine as you requuire it to.

best would be to create a clickonce application and running it from there.

I assume you are using developer express reports.

also research their article on how to store reports on custom storage becuase you will have to parse your reports back to the server via the use of web services.


这篇关于是否可以使用ASP.Net应用程序中的最终用户报表设计器.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆