Search code examples
asp.net-mvccrystal-reports

Crystal Reports in ASP.NET MVC


I know the use of server-side controls is a no-no in ASP.NET MVC, however we have a long list of crystal reports that the company has already produced for a previous application that I would like to utilize for our new ASP.NET MVC application.

Is there an appropriate way to use crystal reports in ASP.NET MVC? If so, how?


Solution

  • We had/have a similar situation at work.

    The solution we use:

    • Create a seperate directory for reports
    • Create normal ASPX pages for reports

    We have not seen any issues (besides the normal Crystal ones) with this setup.