Exemple #1
0
        public ActionResult DocumentViewerExportToThuHoi()
        {
            var report = new CongCuDungCu.Reports.rpThuHoi();

            report.getIDDonVi(System.Web.HttpContext.Current.User.Identity.Name);
            report.Fill(AccountDataProvider.GetSystemDate());
            return(DocumentViewerExtension.ExportTo(report));
        }
Exemple #2
0
        public ActionResult rpThuHoiPartial()
        {
            var report = new CongCuDungCu.Reports.rpThuHoi();

            report.getIDDonVi(System.Web.HttpContext.Current.User.Identity.Name);
            report.Fill(AccountDataProvider.GetSystemDate());
            ViewData["Report"] = report;
            return(PartialView("rpThuHoiPartial"));
        }