Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create the Report in asp.net that needs to bind in iframe in mvc

sub reports and drill down reports
Posted
Comments
Anh Nguyen Trong 18-Sep-13 2:36am    
reportviewer can work with asp.net but reportviewer can not work with MVC view

1 solution

the ReportViewer control won't work if you place it in an MVC view, since it requires ViewState. You'll have to create an old-school web form and put the ReportViewer there instead.

Let try this:

http://forums.asp.net/t/1728972.aspx[^]
 
Share this answer
 

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