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
I had a the same error message and resolved it by adding the following two (2) lines at the end of the report definition:
ReportViewer1.LocalReport.Refresh() ReportViewer1.RefreshReport()