@model FastReport.Web.WebReport @{ Layout = null; var from = (DateTime)ViewBag.DateFrom; var to = (DateTime)ViewBag.DateTo; }