Hello Telerik,
I've currently developed a report that uses EF to retrieve the data (in the true DevForce's IdeaBlade), I've the main report then a subreport where I've attached my 1...N items and the data are shown correctly...
Now I need to show in the subreport a property that's not defined in the data below... how can I access to the data via expression editor?
Consider this
MainObject
ID
Description
Country
IEnumerable<ChildObject> xxx
I need in the subreport that's bound to item of type ChildObject to access to Country property
Using QuickWatch I've seen that the item I'm looking for can be accessed with
var dataContext = ((IdeaBlade.EntityModel.EntityReferenceBase)(((IdeaBlade.EntityModel.RelatedEntityList<MainObject>
Can someone help me out?
Thanks
I've currently developed a report that uses EF to retrieve the data (in the true DevForce's IdeaBlade), I've the main report then a subreport where I've attached my 1...N items and the data are shown correctly...
Now I need to show in the subreport a property that's not defined in the data below... how can I access to the data via expression editor?
Consider this
MainObject
ID
Description
Country
IEnumerable<ChildObject> xxx
I need in the subreport that's bound to item of type ChildObject to access to Country property
Using QuickWatch I've seen that the item I'm looking for can be accessed with
var dataContext = ((IdeaBlade.EntityModel.EntityReferenceBase)(((IdeaBlade.EntityModel.RelatedEntityList<MainObject>
Can someone help me out?
Thanks