Henrov
Henrov

Reputation: 1610

set snapshot options from visual studio

I am now working on a project of about 25+ reports and I am getting bigtime weary setting all the caching/snapshot / processing options per report in the Report Manager... Is it possible to set processing / snapshot / caching options from for example Visual Studio 2010? Is there any tooling that can automate this process?

I am looking for options to set these options for a range of reports..... Does anyone knpow of any tooling / tips / tricks that might help me to alleviate this task?

Thanx for thinking withg me!

Henro

Upvotes: 0

Views: 379

Answers (1)

Mike Honey
Mike Honey

Reputation: 15017

You could use the Reporting Services Web Service Methods, ref:

http://msdn.microsoft.com/en-us/library/ms152787.aspx

E.g. SetCacheOptions:

http://msdn.microsoft.com/en-us/library/reportservice2010.reportingservice2010.setcacheoptions.aspx

I wouldn't advise hacking the Reporting Services database.

Upvotes: 1

Related Questions