As I understand it, Crystal Reports can use EntityFramework, right?
I would rather use Entity Framework instead of using datasets.
How can I do it?
Crystal Reports support .net objects. That way, you can pass the ienumerable of your object infrastructure object to a report instead of a data set.