vote up 1 vote down star
1

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?

flag

2 Answers

vote up 2 vote down check

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.

link|flag
How do you exclude the directory from the routes? – Odd Dec 8 '08 at 6:33
Actually, I just checked. No need to modify the route. – leppie Dec 8 '08 at 7:10
If you added a Crystal report in asp.net MVC then have you encountered problem of Refreshing Crystal report? Have you faced "Validation of viewstate MAC failed error" ? – Vikas May 22 at 10:26
vote up 0 vote down

This is how use Crystal Reports in MVC.

Step1: Create forders Report, then add Crystalreport.rpt in forder Reports.

Step2: Create a viewpage not inherit.

Step3: Create a form same Webform( may use asp:textbox runat="server, asp:button runat="server...)

Step4: Use code for Call print CrystalReport.rpt.

Example: Contact nmducit@yahoo.co.uk

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.