I am using CWS (DocumentManagement.svc) to access RunReport. I can specify reportId and hardcode the parameters/DataValue.
Is there a way to access Parameter list dynamically using CWS C# code (SOAP)? I want to get a list of all parameters and parameter type that are associated to this report (I do not want to hardcode parameter name and value type for each report).
If there is no service or a method exists, then can I create a live link report that lists all Parameters and parent report id? Is there a table I can query?
Thank you In advance!