VS中ReportView的坑爹問題
阿新 • • 發佈:2018-11-09
ReportViewer不是.netframework提供的,而是visual studio提供的元件,它依賴如下元件:
- Microsoft.ReportViewer.Winforms.dll
- Microsoft.ReportViewer.Common.dll
- Microsoft.ReportViewer.WebForms.dll
- Microsoft.ReportViewer.ProcessingObjectModel.dll
- Microsoft.ReportViewer.DataVisualization.dll
- Microsoft.SqlServer.Types.dll
找安裝包都沒有找到,另想辦法從本地拷貝:
1、可在visual studio的目錄/ReportViewer下找到Microsoft.ReportViewer.Winforms.dll和Microsoft.ReportViewer.WinForms.resources.dll,Microsoft.ReportViewer.
WinForms.resources.dll是一個文字資源庫,有許多語言版本,選擇其中一個版本就行了,如zh-CHS
2、其它的庫可以在windows的庫全域性快取目錄(C:\Windows\assembly)裡找到
這裡面的檔案直接複製沒有用,可以用copy 命令拷貝,也可以用WinRAR工具
鑑於copy命令不太會用,使用了WinRAR工具,輸入地址:C:\Windows\assembly\GAC_MSIL
該DLL檔案直接拷貝出即可!
點選下載dll檔案 ,提取碼7sek