I have a number of reports (in asp.net). Some of the reports construct the datasource manually in the NeedDataSource event. I recently upgraded from Q2 2011 to Q3 2013. Now when I run a report and select parameters, the report parameters' values do not reflect the choices selected. (they are either the initial value of the parameter, or NULL if there was no initial value)
I am getting the parameter values via: this.ReportParamaters["paramName"].Value.
What has changed in this area since Q2 2011, and what can I do to access the parameters in the NeedDataSource event?
Thanks,
Justin
I am getting the parameter values via: this.ReportParamaters["paramName"].Value.
What has changed in this area since Q2 2011, and what can I do to access the parameters in the NeedDataSource event?
Thanks,
Justin