Seeing a list of SQL Server Reporting Services reports from Report Explorer WebPartis pretty simple. Set the “Report Manager URL” property to the URL of the report manager. In my case http://localhost/Reports. What I couldn’t figure out for a while was viewing a report that I clicked on from the Report Explorer WebPart in the report viewer WebPart. This is actually simple once I figured it out. Here are the steps. This assumes both web parts are added to the same page. And the Report Explorer is configured. For help on that click HERE.
- Click Edit “Site Actions” top right of page
- Edit Page
- On the Report ViewerWebPart click edit
- Go to connections from the popup menu (follow next path in popup menu)
- Connections -> Get Report From -> Report Explorer
- Exit Edit Mode, top right of page
There you go you should now be able to click on a report in the Report Explorer and view it in the Report Viewer WebPart. Hope that helps.

