Recently we upgraded our version of Telerik Reporting. In a few of our reports, the way we were accessing the report param selected values in the code behind broke, but we made the necessary corrections to access the parameter values.
However, we still have a scenario where I can't seem to access the values of the report parameters...
We have a aspx page that contains a telerik ReportViewer. Also on the page, we have a save button - that allows them to save the parameters they have selected in the report that is displayed in the ReportViewer. So in the code we get the ReportSource of the ReportViewer, and then pull the values of the parameters, and save them to the database. When we upgraded (to Q1 2013), this stopped working. (the values for the parameters are always null (or the default))
We were accessing the parameter like this:
Is there a way of getting the parameter values?