@model Neo.Legitimate.Web.Models.ReportsModel @using Pilotfish.Afx.ComponentModel @using Pilotfish.Afx.Mvc @{ ViewBag.Title = "Report List"; Layout = "~/Views/Shared/_Layout.cshtml"; } @Html.Partial("Afx/Reports/List_Summary", new ViewDataDictionary { { "ListName", "reportDefinitions" }, { "ReportController", "Reports" } })