我只是碰到下面的錯誤有:類型或命名空間名稱「報告」不存在命名空間「微軟」
The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
添加此我的代碼後:
protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewer1;
我我看到了一些解決方案,我必須添加一些程序集。但他們都沒有工作。 這裏是一個例子:
<add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
任何人都可以幫助我嗎?
你可以通過[編輯](http://stackoverflow.com/posts/32881033/edit)來解釋它是如何工作的。 – dorukayhan 2016-08-24 04:55:04