Crystal Report and LINQ
Posted
by user356760
on Stack Overflow
See other posts from Stack Overflow
or by user356760
Published on 2010-06-02T18:30:54Z
Indexed on
2010/06/02
18:34 UTC
Read the original article
Hit count: 142
crystal-reports
hi
I am using crystal report for get a report . I have two table , table1 and table2.
Primary key of table2 is foreign key of table1, I set some field in my report file to show the data of table1 and I want to show a specefic field of table2 insted of a field that is foreign key of table1, What is the query of LINQ for this problem?
© Stack Overflow or respective owner