Exemplo n.º 1
0
        public ActionResult DocumentViewerExportToDienLuc()
        {
            var report = new PhuongTienDo.Reports.rpDienLuc();

            report.Fill();
            return(DocumentViewerExtension.ExportTo(report));
        }
Exemplo n.º 2
0
        public ActionResult DienLucReportPartial()
        {
            var report = new PhuongTienDo.Reports.rpDienLuc();

            report.Fill();
            ViewData["Report"] = report;
            return(PartialView("DienLucReportPartial"));
        }