Example #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            ClientesReport rpt = new ClientesReport();

            rpt.Site = this.Site;
            return(rpt);
        }
 private void Clientesbutton_Click(object sender, EventArgs e)
 {
     VisorClientesReporte vcrp = new VisorClientesReporte();
     ClientesReport crp = new ClientesReport();
     vcrp.VisorClientescrystalReportViewer.ReportSource = crp;
     vcrp.ShowDialog();
 }
        private void Clientesbutton_Click(object sender, EventArgs e)
        {
            VisorClientesReporte vcrp = new VisorClientesReporte();
            ClientesReport       crp  = new ClientesReport();

            vcrp.VisorClientescrystalReportViewer.ReportSource = crp;
            vcrp.ShowDialog();
        }
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     ClientesReport rpt = new ClientesReport();
     rpt.Site = this.Site;
     return rpt;
 }