@{ ViewBag.Title = "Report"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using ReportWeb; @using ReportWeb.Models; @using SuperCms.Extensions; @model List @{ var listService = Context.Session.GetComplexData>("listService"); Users user = Context.Session.GetComplexData("user"); }

Search

Report

@if (Model != null && Model.Count > 0) { for (int i = 0; i < Model.Count; i++) { var his = Model[i]; } }
No. Report date Revenue Revenue Buy Paid money Count sub Register new Deactive
@(i + 1) @his.report_date @his.revenue @his.revenue_buy @his.paid_money @his.count_active @his.count_reg @his.count_deactive
@section Scripts { }