Esempio n. 1
0
        public ActionResult DocumentViewerExportToCacDonViCo()
        {
            var report = new CongCuDungCu.Reports.rpCacDonViCo();

            report.getIDDonViCo(System.Web.HttpContext.Current.User.Identity.Name);
            report.Fill(AccountDataProvider.GetSystemDate());
            return(DocumentViewerExtension.ExportTo(report));
        }
Esempio n. 2
0
        public ActionResult rpCacDonViCoPartial()
        {
            var report = new CongCuDungCu.Reports.rpCacDonViCo();

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