@{ ViewBag.Title = "General Report"; Layout = "~/Views/Shared/_LayoutAdmin.cshtml"; } @model NEducation.NEduService.reportObj[]

Report

General Report

  • @*
  • *@
@if (Model != null) { for (int i = 0; i < Model.Length; i++) { NEducation.NEduService.reportObj reportObj = Model[@i]; } }
# Report date Revenue Register new Deactive Total sub
@(i + 1) @reportObj.reportDate @reportObj.revenue @reportObj.registerNew @reportObj.deactive @reportObj.totalSub