Hi,
I just upgraded to the Q1 release and have an issue with an InvalidCastException issue. I've looked and couldn't find a breaking changes sheet for this ver so am suprised to get an error (this was working with old 2009 Q3 ver).
For the following code I get a message saying "Unable to cast object of type '<EnumRawData>d___0' to type 'System.Data.DataRow'".
The error appears on the second line...
Any workarounds?
Regards,
Jon
I just upgraded to the Q1 release and have an issue with an InvalidCastException issue. I've looked and couldn't find a breaking changes sheet for this ver so am suprised to get an error (this was working with old 2009 Q3 ver).
For the following code I get a message saying "Unable to cast object of type '<EnumRawData>d___0' to type 'System.Data.DataRow'".
Private Sub locationIDGroupHeader_ItemDataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles locationIDGroupHeader.ItemDataBound |
Dim section As Telerik.Reporting.Processing.GroupSection = DirectCast(sender, Telerik.Reporting.Processing.GroupSection) |
Dim row As System.Data.DataRow = DirectCast(section.DataObject.RawData, System.Data.DataRow) |
The error appears on the second line...
Any workarounds?
Regards,
Jon