Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an web based application in that i use crystal reports now i want to use these reports in my desktop Application

any suggestion or help is deeply welcome.
Posted

1 solution

How to display aspx page in desktop application
Read about WebBrowser control, but only if you are using WPF then it will help.

i use crystal reports now i want to use these reports in my desktop Application
You got the RPT's in place. Just put the viewer in your desktop application and refer these RPT with needed parameters. You don't need ASP.NET application to access these reports. They can be independent of each other.

Your heading was not the real thing you want to do (atleast I would not suggest) for your scenario. You just need to implement report viewing in your app again.
 
Share this answer
 

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



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