I need to display a crystal report using .aspx page from a mvc application. I have list of reports displayed with HTML.ActionLink. When the user clicks the report link, it should invoke my reportviewer.aspx page (this is regular aspx page with postback).
I will pass the report name to the reportview.aspx page and on the Page Load event I will display the parameter and render the report.
prao
Member
4 Points
3 Posts
Rendering a regular .aspx page from MVC
Apr 06, 2009 09:39 PM|LINK
Hello
I need to display a crystal report using .aspx page from a mvc application. I have list of reports displayed with HTML.ActionLink. When the user clicks the report link, it should invoke my reportviewer.aspx page (this is regular aspx page with postback). I will pass the report name to the reportview.aspx page and on the Page Load event I will display the parameter and render the report.
Can someone help me with my problem.
Thanks
prao
paul.vencill
Contributor
6716 Points
1358 Posts
Re: Rendering a regular .aspx page from MVC
Apr 07, 2009 03:28 AM|LINK
you should be able to do it; try adding an IgnoreRoute in yoru global.asax for the full path to that page. Should do the trick.
Paul