using navigation properties with entity framework
Posted: Wed Jul 24, 2013 6:57 am
hi,
how can i define columns that uses navigation properties of a list? i want to use stimul report to generate a order list and one of my columns is connected to customer table. i have already tried setting NameInSource property of column to "Customer.Name" and "Name" but neither of them worked and it just puts empty space in generated report.
how can i define columns that uses navigation properties of a list? i want to use stimul report to generate a order list and one of my columns is connected to customer table. i have already tried setting NameInSource property of column to "Customer.Name" and "Name" but neither of them worked and it just puts empty space in generated report.