Have a class deriving from Telerik.Reporting.Report. The report has parameters which have values being passed in. They are being passed in because I can print out their values on the report.
But I would like to intercept their values at some point in the code to do something with them, but when referencing them they are all null.
Tried referencing them in the constructor of the report, as this.ReportParameters.
Tried adding event handlers to various events of the report object, as well as events of datasource objects within the report. What event handler needs to be handled where the ReportParameters will be available when they are passed in from outside?
Passing in parameter values from HTML5 viewer using reportSource property as object value set to parameters.