This is a migrated thread and some comments may be shown as answers.

What happened to Telerik.Reporting.Processing?

1 Answer 101 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 06 Jul 2009, 09:35 PM
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:

Imports T

 

elerik.Reporting
...

Dim section As Processing.DetailSection = DirectCast(sender, Processing.DetailSection)

Now, after the upgrade, the compiler is telling me "Type 'Processing.DetailSection' is not defined."

What am I missing?

Thanks.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rob
Top achievements
Rank 1
answered on 07 Jul 2009, 01:16 PM
I found the issue.  For some reason my Project was looking at the old Q1 2009 reporting assembly.  Once I corrected the reference, everything compiled fine.
Tags
General Discussions
Asked by
Rob
Top achievements
Rank 1
Answers by
Rob
Top achievements
Rank 1
Share this question
or