Hi all.
does any body know how can i access and show nested datasource objects (sent from C#.NET 3.5)?
for example i have a list of students of type List<Person> , that every Person has a inner Person object named Mother.
now how can i access the : Student.Mother.Name?
in microsoft RDLC reports, it is possible, but what's the solution in crystal report ..!?