Dear Telerik.
I have attemped to bind a report to a object graph using values such as:
| IList<Project> list = GetProjects(); |
| this.DataSource = list; |
| textBox1.Value = "=Location.StationName"; |
But I receive the error "
The expression contains object 'Location' that is not defined in the current context".
Does Telerik Reporting allow the querying of fields in a deep object graph to be used in a report?
Thanks,
J.