Hello,
I'm just starting to work with Telerik Reporting along with OpenAccess and I'm running into some difficultly that I thought would be relatively straight forward using the two products together. I'm sure I'm just missing something simple, but I just can't seem to figure it out.
I'm using an OpenAccess DataSource to build a report. I can pull my object properties and the navigation properties representing my foreign key relationships from the Data Explorer to my report just fine. However, I can't seem to figure out how to get data from the 1:1 or 1:M navigation properties that are represented as collections. I've tried using the List control and creating a binding to the child object, but the following error shows up on my report when previewing:
"An error has occurred while processing Table 'list1':
The expression contains object 'MyChildObjects' that is not defined in the current context."
I've noticed in the Data Explorer that when I expand the child object none of the properties show up like when I expand an object representing a foreign key relationship.
I'm trying to pull one instance of the child object collection and include it in the report. This could either be the first instance or based on some other logic (like a where clause).
Thanks for your assistance,
Al
I'm just starting to work with Telerik Reporting along with OpenAccess and I'm running into some difficultly that I thought would be relatively straight forward using the two products together. I'm sure I'm just missing something simple, but I just can't seem to figure it out.
I'm using an OpenAccess DataSource to build a report. I can pull my object properties and the navigation properties representing my foreign key relationships from the Data Explorer to my report just fine. However, I can't seem to figure out how to get data from the 1:1 or 1:M navigation properties that are represented as collections. I've tried using the List control and creating a binding to the child object, but the following error shows up on my report when previewing:
"An error has occurred while processing Table 'list1':
The expression contains object 'MyChildObjects' that is not defined in the current context."
I've noticed in the Data Explorer that when I expand the child object none of the properties show up like when I expand an object representing a foreign key relationship.
I'm trying to pull one instance of the child object collection and include it in the report. This could either be the first instance or based on some other logic (like a where clause).
Thanks for your assistance,
Al