This example demonstrates how to export several MVC extensions that support the export of IPrintable documents (GridView, PivotGrid, TreeList) into one file by using the XtraReports Suite functionality.
To accomplish this task, use the PrintableComponentContainer control in your report to insert MVC extensions: at runtime use the extension's CreatePrintableObject method to get the IPrintable object in the controller's export action and assign it to the PrintableComponentContainer.PrintableComponent property.
See also:
Use Third-Party Controls in XtraReports > Print DevExpress Controls