private void frmBaoCaoNhapHang_Load(object sender, EventArgs e) { CryBaoCaoNhapHangTheoMatHang report = new CryBaoCaoNhapHangTheoMatHang(); CryBaoCaoNhapHangTheoNhomHang report1 = new CryBaoCaoNhapHangTheoNhomHang(); report.SetDataSource(SelectData()); report.SetDataSource(SelectData1()); crystalReportViewer1.ReportSource = report; report.SetParameterValue("TenCongTy", "công ty trách nhiệm hữu hạn một thành viên hungvv"); report.SetParameterValue("DiaChiCongTy", "thành phố hà nội thật đẹp"); report.SetParameterValue("DienThoai", "01686825827"); report.SetParameterValue("FaxCongTy", "01686825827"); report.SetParameterValue("Web", "www.google.com.vn"); report.SetParameterValue("TenBaoCao", "Báo Cáo Nhập Hàng Theo Mặt Hàng"); report.SetParameterValue("NgayTao", DateTime.Now.ToShortDateString()); report.SetParameterValue("MaNhanVien", "NV_0001"); report.SetParameterValue("Email", "*****@*****.**"); crystalReportViewer1.Show(); this.WindowState = FormWindowState.Maximized; }