Finding Reports in SQL Server Reporting Services
Since I had to do this recently I thought I would document it here. The reports in SQL Server reporting services are stored in the Catalog table of the ReportServer database. The report name is stored in the Name field the Path field stores the URL path to the report. So if you wanted to see a group of reports take the first part of the path value and plug it into this URL http://servername/Reports/Pages/Folder.aspx?ItemPath=/pathvalue.