Has anyone figured out how to use Crystal Reports with Linq to SQL?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can convert your LINQ result set to a
|
|||
|
|
|
The msdn doc's suggest that you can bind a Crystal Report to an ICollection. Might I recommend a List(T) ? |
|||
|
|
|
Altough I haven't tried it myself it seems to be possible by using a combination of DataContext.LoadOptions to make it eager to accept relations and GetCommand(IQueryable) to return a SQLCommand object that preserves relations. See more info on MSDN Forums. |
|||
|
|
