Hi,
We have reports in our project which were written in Telrik Reporting Q1 2009. While assigning a DataSource to a report we used to use an entity as a source as:
rpt.DataSource = my_entity; |
And in the report I have TextBox with the value "=Fields.my_entity.FirstProperty".
This used to work well until I have upgraded to Telerik Reporting Q1 2010. Now when I set the value as "=Fields.SomeValue" it works fine. But I can not use any property of the "SomeValue".
Did Telerik remove the lazy loading of the entity properties, or could I fix it with a minor touch of code?
Regards.