This example demonstrates how to create a dialog that allows end-users create a new report and customize its Data Source in the WPF Report Designer.
I used the DevExpress MVVM Framework and IEditableObject to complete the solution. Here are useful links:
MVVM Framework
POCO ViewModels
IEditableObject Adapter for WPF and Windows Forms
ASP.NET: ASPxReportDesigner - How to add/edit/remove DataSourses in the web report designer (Custom DataSource wizard)
I used the DevExpress MVVM Framework and IEditableObject to complete the solution. Here are useful links:
MVVM Framework
POCO ViewModels
IEditableObject Adapter for WPF and Windows Forms
ASP.NET: ASPxReportDesigner - How to add/edit/remove DataSourses in the web report designer (Custom DataSource wizard)