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; }
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { ReporteSTRATUS rpt = new ReporteSTRATUS(); rpt.Site = this.Site; return rpt; }