How to find the last time a particular report was run?
I'm using SSRS 2016. I want to find out the last time a particular report was run. Is this something I can easily query on the ReportServer database?
Thanks!
SSRS has built-in variables that are available to any SSRS report. One of them is called ExecutionTime or something similar to that. Put it on your report and you'll have it displayed every time your report runs.