Consider a report in Windows forms which uses Linq to Objects as a datasource.
I have an entity named Loan
with an association named Customer
. The problem is that when I try to access the .Customer
property in a report, it returns null or empty string.
I suppose this is because of lazy loading but I'm not sure to be honest. Is there a way to fix this issue?