Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Already generated RDLC Report want to call in .cshtml without using .aspx reportviewer.

What I have tried:

Already generated RDLC Report want to call in .cshtml  without using .aspx reportviewer.
Posted
Updated 6-Sep-19 0:56am

1 solution

Hi There,
As of now Microsoft has not implemented the RDLC ReportViwer Control for MVC (Razor view). So if you need to implement RDLC then you have to do it with .ASPX where we have the RDLC ReportViwer Control.

for more details: How can I use a reportviewer control in an asp.net mvc 3 razor view? - Stack Overflow[^]
ASP.NET MVC – Handling SSRS reports with ReportViewer – Part I – Tech-no-logy Demystified with Sandeep Joshi[^]

Thanks.
 
Share this answer
 
v2
Comments
Member 14581222 9-Sep-19 1:34am    
Then suggest me how to implement reports in mvc without using .aspx form ?
JayantaChatterjee 9-Sep-19 4:57am    
I assumed that "reports" means RDLC. In that case as I mentioned you can not implement the "ReportViwer Control" because in MVC we doesn't have the concept of server side control, Right?
So you can not implement the "ReportViwer Control" in MVC without .aspx form.

Or if you want to know that other way to implement Reports in MVC then you can try "Crystal Report".
For more details:- https://www.c-sharpcorner.com/article/use-crystal-report-in-mvc-net/

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