Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to display report on the webpage (bulit in asp.net using mvc)?

I bulid report from xml file. I just want to display it in aspx file.

I know that crystalreportsviewer do not work with mvc applications, is that correct?
Posted
Updated 10-Jan-11 4:32am
v3

1 solution

Check below
Crystal Reports in ASP.NET MVC

Accept the answer if find useful :)
 
Share this answer
 
Comments
Dalek Dave 10-Jan-11 10:37am    
Good Link.
mnd017 10-Jan-11 11:31am    
Yes.. but "return File(stream, "application/pdf"); " - gives me a pdf opened in web browser. What should I do to display it on the web?
What control shoud I use?
Member 12299759 11-Jan-17 3:21am    
Did you find any solution for this ?

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