Esempio n. 1
0
        private void btnventaslapso_Click(object sender, EventArgs e)
        {
            CapaNegocio.Reportes Reportes   = new CapaNegocio.Reportes();
            DataTable            dtReportes = new DataTable();

            dtReportes             = Reportes.CargarVentasLapso(txtfechaini.Text, txtfechafin.Text);
            dtgReportes.DataSource = dtReportes;
        }