You can convert your LINQ result set to a
List , you need not strictly use a DataSet as the reports SetDataSource , you can supply a Crystal Reports data with an IEnumerable . Since List inherits from IEnumerable you can set your reports' Data Source to a List, you just have to call the .ToList() method on your LINQ result set. Basically:
|
02:30
|
Category:
|
0
comments
Comments ( 0 )