I just upgraded a set of reports to Telerik Reporting 3.1.9.701 (Q2 2009).
In my reports, I used the "DetailSection1_ItemDataBound" event to change fields on the report. I did this with lines like:
Now, after the upgrade, the compiler is telling me "Type 'Processing.DetailSection' is not defined."
What am I missing?
Thanks.
In my reports, I used the "DetailSection1_ItemDataBound" event to change fields on the report. I did this with lines like:
Imports T
elerik.Reporting
...
Now, after the upgrade, the compiler is telling me "Type 'Processing.DetailSection' is not defined."
What am I missing?
Thanks.