Example #1
0
        private void btnTruySuat_Click(object sender, EventArgs e)
        {
            IList <SoTietKiemInfo> ketqua = InSoTietKiemCtrl.LayDsSoTietKiemTheoMa(cmbMaSoTK.SelectedValue.ToString());

            this.SoTietKiemInfoBindingSource.DataSource = ketqua;
            this.ReportViewerInSoKhongKyHan.RefreshReport();
        }
Example #2
0
        private void frmInSoCoKH_Load(object sender, EventArgs e)
        {
            IList <SoTietKiemInfo> ketqua = InSoTietKiemCtrl.LayDsSoTKCoKyHan();

            this.SoTietKiemInfoBindingSource.DataSource = ketqua;
            this.ReportViewerInSoCoKyHan.RefreshReport();
        }