protected override XafReport CreateReport() { MyReportWithSubreports report = new MyReportWithSubreports(); report.DesignerLoaded += new DevExpress.XtraReports.UserDesigner.DesignerLoadedEventHandler(report_DesignerLoaded); return(report); }
protected override XafReport CreateReport() { MyReportWithSubreports report = new MyReportWithSubreports(); report.DesignerLoaded += new DevExpress.XtraReports.UserDesigner.DesignerLoadedEventHandler(report_DesignerLoaded); return report; }