SSRS 2008 R2 - Caching: set all report properties at once
Hi there
In Report Manger....
Is it possible to set 'cache' properties to a group of reports (ie all in a folder) at once, rather then editing them one at a time....and probably introduce human error along the way :-) ?
Any thoughts appreciated
October 25th, 2010 10:44am
Hi Rep,
Use the Reporting Services to reach this purpose, for example, SetCacheOptions Method. See
http://msdn.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005.setcacheoptions(v=SQL.90).aspx about more details about this method.
See
http://msdn.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005_members(SQL.90).aspx for more members of reporting services web service methods.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
October 26th, 2010 4:17am
Excellent, thanks for this
October 26th, 2010 4:41am