@model FastReport.Web.WebReport @{ Layout = null; var from = (DateTime)ViewBag.DateFrom; var to = (DateTime)ViewBag.DateTo; } RIS Report — @from.ToString("MMM d") to @to.ToString("MMM d, yyyy") @* *@

Return Issuance Slip Report

Period: @from.ToString("MMMM d, yyyy") – @to.ToString("MMMM d, yyyy")
Close
@await Model.Render()