I am using C# and the included Actuate WSDL to execute reports. However so far I have only been able to run reports that have preconfigured parameters. How can I let the user specify the values of the available parameters at run time?
I have set:
localhost.ParameterValue l_params = new localhost.ParameterValue();
l_req.Item1 = l_params;
l_req.Item1ElementName = localhost.Item1ChoiceType17.ParameterValues;
no idea what else to do. Any help would be greatly appreciated.
Matt
I have set:
localhost.ParameterValue l_params = new localhost.ParameterValue();
l_req.Item1 = l_params;
l_req.Item1ElementName = localhost.Item1ChoiceType17.ParameterValues;
no idea what else to do. Any help would be greatly appreciated.
Matt