Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900