2

I am using SSRS web service to get report information but I am unable to figure out how to get favorite or set favorite for reports outside of reporting services without querying/inserting directly to the reporting service database (which I don't want to do). Can someone help with this or has any experience with how to get and set this data through the web service?

ReportingService2010 reportingService2010 = new ReportingService2010();
reportingService2010.UseDefaultCredentials = true;
reportingService2010.Url = "http://myreportingserver";
  • While I have no answer using ReportingService2010. The modern way to do this is: http://blog.ctglobalservices.com/powershell/pbw/automating-ssrs-favorites-with-rest-api/ – MotKohn Apr 26 '18 at 16:03

0 Answers0