Ejemplo n.º 1
0
        public ActionResult GetReport()
        {
            CustomFile cf = repo.GetXLSXReport();

            return(File(cf.FileContents, cf.ContentType, cf.FileName));
        }