views:

1080

answers:

1

As I understand it, Crystal Reports can use EntityFramework, is the correct?

I'd rather use Entity Framework instead using datasets.

How would I do this?

+4  A: 

Crystal reports support .net objects. So you can pass an ienumerable of your entity framework object to a report instead of a dataset.

jvanderh