This example demonstrates how to create a master-detail report bound to Object Relational Model in ASP.NET MVC applications.
This example uses the Entity Framework ORM model to provide a report with data, but you can use any object model instead.
Bind your XtraReport to your model master class by using the approach suggested in the Providing Data to a Web Report => Design-Time Data Binding Using BindingSource help topic. After your report is bound to the master class you can easily insert a detail report band by using the context menu in the report designer, as shown below:
See also:
How to bind a report displayed in the DocumentViewer extension to the model's data