April 30, 2019 at 8:37 am
Hi
Is there a way to execute (sub report) the SSMS standard reports from within another custom (self built) report?
Also can the standard reports be viewed, i.e. their rdl file. If I can add them to my solution it would solve the problem.
Regards
Brian
Regards
Brian Ellul
----------------------------------------------------------------------------------
Computers are incredibly fast, accurate, and stupid. Human beings are incredibly slow, inaccurate, and brilliant. Together they are powerful beyond imagination.
- Albert Einstein -
April 30, 2019 at 11:13 am
This was removed by the editor as SPAM
April 30, 2019 at 11:28 am
This was removed by the editor as SPAM
April 30, 2019 at 11:31 am
This was removed by the editor as SPAM
April 30, 2019 at 11:39 am
This was removed by the editor as SPAM
April 30, 2019 at 11:44 am
By my knowledge the RDL of the standard reports is not available. You could profile the reports to get the underlying SQL, but you would still need to recreate the reports by yourself.
You can also download and install the "Microsoft SQL Server 2012 Performance Dashboard Reports". These are additional and more detailed reports and the RDL's are located in the installation folder.
April 30, 2019 at 11:45 am
This was removed by the editor as SPAM
April 30, 2019 at 11:45 am
This was removed by the editor as SPAM
April 30, 2019 at 11:46 am
This was removed by the editor as SPAM
April 30, 2019 at 11:47 am
This was removed by the editor as SPAM
April 30, 2019 at 11:50 am
This was removed by the editor as SPAM
April 30, 2019 at 11:53 am
You can't fire off the reports from another report.
The reports for SSMS use the report viewer control so the reports are all rdlc files. They are stored in the file Microsoft.SqlServer.Management.Reports.dll. If you use a .Net decompiler, you can view the resources and see the reports. You can save those to another directory and have copies of the rdlc files.
Sue
April 30, 2019 at 3:16 pm
Thanks
Regards
Brian Ellul
----------------------------------------------------------------------------------
Computers are incredibly fast, accurate, and stupid. Human beings are incredibly slow, inaccurate, and brilliant. Together they are powerful beyond imagination.
- Albert Einstein -
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply