When I haved developed a Reporting Services report and deployed it to the server, where is the actual report stored? I’m guessing the SQL-database, but what table and in what format?
When I haved developed a Reporting Services report and deployed it to the server,
Share
AFAIK, it is typically stored in the ReportServer database in the dbo.Catalog table.
Here is a Query which will get you the XML for the report. I have used this to feed a PowerShell script which replaces all of the current footers with a standardized footer for the company.
This will give you an XML column you can click-on and the XML will be displayed for you.