FastReportIndex.cshtml 204 B

12345678910
  1. 
  2. @{
  3. ViewBag.Title = "WcsDeviceInfo";
  4. Layout = "~/Views/Shared/_Index.cshtml";
  5. }
  6. <div style="height:100%;margin-bottom:10px ;overflow-y: scroll">
  7. @await ViewBag.WebReport.Render()
  8. </div>