“The report definition for report 'xxx' has not been specified.”

前端 未结 3 1554
无人共我
无人共我 2021-01-20 16:43

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

3条回答
  •  不知归路
    2021-01-20 17:18

    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()
    

提交回复
热议问题