BusinessObjects Board

Report Specific security

Is there a way to obtain a list of reports that have specific security assigned to them? For example, say we have 100 reports in a folder. One of the reports has additional security permissions so its unique relative to the othe 99 reports in the folder. Is there a way to obtain a list of all of these reports throughout the environment and the corresponding permission of each of the reports?

You would have to write code using one of the SDKs to do this. If the reports are Webi, you might be able to use the RESTful Webservice SDK, but your best bet is going to be to use either the Java or .NET SDK.

-Dell