Example #1
0
 public static ReportDocument gfReportePersonasMorales(CFDIV3_2 dspersonasMorales)
 {
     ReportMoraless reporte = new ReportMoraless();
     reporte.Section3.ReportObjects["Picture2"].Width = 2200;
     reporte.Section3.ReportObjects["Picture2"].Height = 2100;
     reporte.SetDataSource(dspersonasMorales);
     return reporte;
 }
Example #2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     ReportMoraless rpt = new ReportMoraless();
     rpt.Site = this.Site;
     return rpt;
 }