Add Modification Date to Report
SELECT TOP (1) ModifiedDate
FROM ReportServer.dbo.Catalog
WHERE (Name = @ReportName) AND (Type = 2)
Link to answer
http://monirblog.wordpress.com/2012/10/04/ssrs-how-can-i-read-report-modified-date/