Hi,
I have an existing .Net 2.0 web application. Customers would like to be able to create their own reports on-the-fly and then create a new menu on the web app that will allow them to view it. The web app is already delivered and can not be customized, except new url links can be easily added to the menu. However, if I add a URL to the new Crystal Report to the menu, and the menu item is selected, it will try to download the report to the client, and then the client would have to have some sort of CR viewer installed.
How might I solve this so that the new Crystal Report will run on the server, and be viewable on any client, using the existing .NET 2.0 web app for navigation?
The version of CR is XI R2.
Thanks,
Mike