Andiana
Andiana

Reputation: 1952

DevExpress XtraReport not created in Visual studio?

I am doing a Master-Detail report by XtraReport using Entity Framework as datasource, when I add (Add New Item) the XtraReport1, its woking (created). But when I add the second XtraReport, after select connection and Entity object, everything looked ok as well, but the XtraReport file doesn't created. There are no error, nothing, just the report was not created. I am crazy with it Visual studio 2013 Devexpress 14.1.4

Upvotes: 0

Views: 667

Answers (1)

Niranjan Singh
Niranjan Singh

Reputation: 18260

If you like to create a master-detail report using entity framework classes then review this thread - Data Binding - Entity Framework and Linq to SQL support (Relations) and if you want to dig more about assignment of collection data source in Master-Detail then check How to create a hierarchical master-detail datasource example illustrating how to accomplish.

References:
xtrareport x entity framework
How to create a hierarchical master-detail datasource
Data Binding - Entity Framework and Linq to SQL support (Relations)

You can find lots of thread regarding this on DevExpress Search - XtraReport entity framwork

Upvotes: 1

Related Questions