Has anyone figured out how to use Crystal Reports with Linq to SQL?
A:
I don't believe you can without converting your Linq2SQL data into a DataSet.
Giorgio Galante
2008-09-19 03:03:32
+1
A:
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.
Pascal Paradis
2008-09-19 03:10:08
+1
A:
try This i think this is your answer: How to use LINQ to SQL for binding data in CrystalReports 2008
mahdiahmadirad
2009-08-05 16:04:00