I\'m trying out SSRS for the first time with an ASP.Net web form.
I created a local RDLC report and used a ReportViewer in the \"Default\" web form. Under the smart
Okay, so it looks like you are missing your ReportPath in your local report. Here is a code example straight from my working project.
Let me know if this helped! I used an SqlDataSource but this should work with the ObjectDataSource as well.