Are there any options for adding custom metadata about reports into SSRS which can also be queried for through the WebService? When publishing our reports to the SSRS server, I would like to add metadata tags for things like "FriendlyName" and "IsSubreport" to help identify the aux information about the reports when being queried via the web service in our app. I don't think I want the information embedded in the actual rdl file rather something like an "Extended Property" which acts like the "Description" and "Hidden" Properties which can be set which publishing the report via rs.CreateReport(). It would also be great if the column could be shown within the SSRS Report Manager URL, but not a deal breaker. Any ideas?
↧