Ejemplo n.º 1
0
        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;
 }