I would like to generate a list of all of the reports located in a folder in the ReportServer
database from the [dbo].[Catalog]
table.
I would like to include any report that may be listed in any child folders as well.
-Root
-Report: Three
-Folder: Demo
+ Report: One
- SubFolder: Sample
+ Report: Two
In this Example if I selected all reports from Folder: Demo
I would get back Report: One
and Report: Two
only.