Esempio n. 1
0
 public static ReportDocument gfReporteStratus(CFDIV3_2 dspersonasDonativos)
 {
     ReporteSTRATUS reporte = new ReporteSTRATUS();
     reporte.Section3.ReportObjects["Picture2"].Width = 2200;
     reporte.Section3.ReportObjects["Picture2"].Height = 2100;
     reporte.SetDataSource(dspersonasDonativos);
     return reporte;
 }
Esempio n. 2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     ReporteSTRATUS rpt = new ReporteSTRATUS();
     rpt.Site = this.Site;
     return rpt;
 }