Hi all,
I have written a program that uses the ReportService2005 web service deploy reports to our client's SSRS servers - I have come across an issue where the Report Server's Parameter Prompt User property on a report is overwritten when I overwrite a report. Curiously & thankfully, the parameter's default value (i.e. Report Server default) is not overwritten.
This can mean hundreds of manual updates to reset the Prompt User setting.
I have tried using the GetReportParameters method to retrieve the value of the Prompt User value before I overwrite any of the reports - though from my testing it appears this retrieves the value set on the report & not the report server.
Do I need to obtain this value from the Report Server database? I hope not!
Any assistance greatly appreciated.
Cheers, Clay