I have an ASP.NET application that uses Entity Framework against a MsSQL database as the data source for the site. I am having a very hard time finding a clearly illustrated tutorial, example or demo of using Entity Framework-Entity Type or a Complex Type as the report data source. I would like to use the Design view to drag / drop fields into the design. I don't want to create Datasets as this defeats the purpose of using the Entity Framework. The closest Devexpress post I have found is How to use the XtraReport with the Entity Framework but this is quite old, uses c# and doesn't appear to have the report designer included.
I would appreciate a simple website example and clear, step by step instructions for creating a xtrareport with Entity Framework.
Thanks!