Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportWpfDemo/Modules/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportWpfDemo/Modules/Shape.xaml.cs |
using DevExpress.XtraReports; namespace ReportWpfDemo { public partial class Shape : ReportModuleBase { public Shape() { InitializeComponent(); } } public class ShapeViewModel : ReportModuleViewModelBase { protected override IReport CreateReport() { return new XtraReportsDemos.Shape.Report(); } } }