Entity Structure and Crystal Reports

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?

+4
source share
1 answer

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.

+9
source

All Articles