예제 #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            reporte rpt = new reporte();

            rpt.Site = this.Site;
            return(rpt);
        }
예제 #2
0
 public Reporte()
 {
     InitializeComponent();
     servicio = new servicioClient();
     rep      = new Reportes.reporte();
 }