Exemplo n.º 1
0
 public static ReportDocument gfReporteCreaAlibio(CFDIV3_2 dspersonasMorales)
 {
     Reporte_Alibio reporte = new Reporte_Alibio();
     reporte.Section3.ReportObjects["Picture2"].Width = 2200;
     reporte.Section3.ReportObjects["Picture2"].Height = 2100;
     reporte.SetDataSource(dspersonasMorales);
     return reporte;
 }