Link to home
Start Free TrialLog in
Avatar of finance_teacher
finance_teacher

asked on

.rdlc -- via ASP.net MVC4 C# ?

How can I add a basic "Report1.rdlc"
to my existing ASP.net MVC4 C# app ?

Failing Steps
 1. open existing ASP.net MVC4 C# app
 2. add "Reports" folder
 3. add "Report1.rdlc" via Report Wizard
 4. add "WebForm1.aspx"
 5. drag ReportViewer CONTROL onto "WebForm1.aspx"
 6. REBUILD app before changing ReportViewer CONTROL properties
 7. get below error from "WebForm1.aspx.designer.cs"
    protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewer1;"
    CODE


The type or namespace name 'Reporting' does not exist in the
namespace 'Microsoft' (are you missing an assembly reference?)
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial