SQL Reporting Services: Finding the folder a report is in
Posted
by Bob
on Stack Overflow
See other posts from Stack Overflow
or by Bob
Published on 2009-05-18T06:46:45Z
Indexed on
2010/05/07
15:38 UTC
Read the original article
Hit count: 154
Hi there,
If I have the report name how can I programmatically get the name of the project/folder the report is in?
So for example if I have a report like so http://server/Reports/Pages/Report.aspx?ItemPath=/ReportProject1/ReportName
Given "ReportName" how can I figure out that the report is in the folder "ReportProject1"?
So I guess is there a function where I can pass int he report name and get it's details or else query the report server for a list of its report folders and I can loop through these and check some how that the report is inside?
© Stack Overflow or respective owner