I need to check the SSRS Processing Options on a report deployed to SQL Reporting Services. There are three values in the Report Timeout section of the Processing Options tab when using the Manage function on the report. I'm using the GetProperties method on the SsrsService2010 web service. I've only been able to get the third value using a property name of 'ReportTimeout'. What property names will provide the other two values?
↧