Adding Parameter to webreport dynamically
Is there any way I can add report parameter dynamically on webreport? Please help. I don't want to add the parameter on design time as my report criteria may vary upon selection of criteria. If so please provide with some code.
Comments
Just call the report.SetParameterValue(paramname, paramvalue) method. If there is no parameter with such name, it will be created.