예제 #1
0
파일: Reports.cs 프로젝트: njmube/CFDI-3
 public static ReportDocument CreaReporteIQ_Electronics(CFDIV3_2 dspersonasMorales)
 {
     Reporte_KONEXUS_IQELECTRONICS reporte = new Reporte_KONEXUS_IQELECTRONICS();
     reporte.Section3.ReportObjects["Picture2"].Width = 2200;
     reporte.Section3.ReportObjects["Picture2"].Height = 2100;
     reporte.SetDataSource(dspersonasMorales);
     return reporte;
 }
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     Reporte_KONEXUS_IQELECTRONICS rpt = new Reporte_KONEXUS_IQELECTRONICS();
     rpt.Site = this.Site;
     return rpt;
 }