using navigation properties with entity framework

Stimulsoft Reports.WPF discussion
Post Reply
aryaei
Posts: 2
Joined: Wed Jul 24, 2013 6:50 am

using navigation properties with entity framework

Post by aryaei »

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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: using navigation properties with entity framework

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
aryaei
Posts: 2
Joined: Wed Jul 24, 2013 6:50 am

Re: using navigation properties with entity framework

Post by aryaei »

hi,
for example i want to make this orderlist report. my order table has a customerID column which is connected to customer table. the question is how can i for example have Customer.Name Column in my report

i am using regbusinessObject and as i said i tried making a column named "Customer.Name" too. but it seems it is not how it works. it just shows empty spaces.

sorry for bad english, it isn't my native language
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: using navigation properties with entity framework

Post by Alex K. »

Hello,

Can you please send us you report with test data for analysis.
Also please see the master-detail reports in "Business Objects" category in our Demo.

Thank you.
Post Reply