這是Microsoft.ReportViewer的Dll合集 10.0下載,無(wú)論是winForm或webForm程序在部署到客戶(hù)機(jī)子時(shí)都要求客戶(hù)機(jī)上安裝有ReportViewer 報(bào)表查看器,給部署帶來(lái)了麻煩。現(xiàn)在好了,只要將這幾個(gè) dll 文件放到 winForm 的 exe 文件的同目錄下或 webForm 的 bin 目錄下,客戶(hù)端即可不必安裝ReportViewer 報(bào)表查看器。
Microsoft.ReportViewer的Dll合集 10.0是用于做RDLC報(bào)表部署的常用dll文件,在做RDLC報(bào)表部署過(guò)程中服務(wù)器報(bào)錯(cuò)一般的問(wèn)題都是缺少dll文件,Microsoft.ReportViewer三套DLL就是解決這個(gè)問(wèn)題的。
“An error occurred during local report processing.
The definition of the report 'Main Report' is invalid.
An unexpected error occurred in Report Processing.
未能加載文件或程序集“Microsoft.ReportViewer.ProcessingObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”或它的某一個(gè)依賴(lài)項(xiàng)。系統(tǒng)找不到指定的文件。”
Microsoft.
ReportViewer.Common.dll (版本 10.0);
Microsoft.ReportViewer.ProcessingObjectModel.dll(版本 10.0);
Microsoft.ReportViewer.WebForms.dll(版本 10.0);
Microsoft.ReportViewer.WinForms.dll(版本 10.0);
Microsoft.ReportViewer.DataVisualization.dll(版本 10.0)。
備注:當(dāng)ReportView顯示柱狀圖,餅圖,折線(xiàn)圖等圖表時(shí),需要用到Microsoft.ReportViewer.DataVisualization.dll,對(duì)于一般的表格式的報(bào)表,是不需要用到的。