How to insert a report I already prepared into a view? I’m working on a .net mvc web application. What code shoud I add to the .cshtml file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot add a ReportView to your cshtml to create reports, that’s because it’s a component for web forms. The most that you can do, it’s add a folder in your mvc project and Create a Web Form to this folder, and add the report Viewer to this WebForm.