Adding Microsoft Report Viewer in Microsoft Visual Web Developer Express 2008
Adding Microsoft Report Viewer in Microsoft Visual Web Developer Express 2008
First you will need to install Microsoft Report Viewer from here, once you download it you will
have the Microsoft.ReportViewer DLLs in your GAC (Global Assembly Cash), next step is to
get these DLLs from you GAC to can use it in your application as following:
Next step is to copy the required DLL (Whether 8.0.0.0 or 9.0.0.0 according to the version of
web express you are using), then go inside the desired folder, and copy the dll to a destination
(check the picture):
Since you get the dll ... go copy and paste it in in your project, then add a new a new tab in your
project, and make the reference to this dll inside the project
One last step, in the web.config => (system.web/httpHandlers part) add:
view plainprint?
1. add verb="*"
2. path="Reserved.ReportViewerWebControl.axd"
3. type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForm
s, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"