February 27, 2019 at 8:21 am
In SSMS v17.4 they have a set of reports in <Database>/Reports/Standard reports. How to extract a source code for them? I tried to do something from DMV views but my results don't look identical to their.
Thanks
February 27, 2019 at 11:00 am
SQL Guy 1 - Wednesday, February 27, 2019 8:21 AMIn SSMS v17.4 they have a set of reports in <Database>/Reports/Standard reports. How to extract a source code for them? I tried to do something from DMV views but my results don't look identical to their.Thanks
Those reports use the Report Viewer control and rdlc files. They are stored in the file Microsoft.SqlServer.Management.Reports.dll
You would need to use a .Net decompiler, view the resources and save the rdlc to some other directory and then you'd have your own copy of the rdlc file.
Sue
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy