@model Neo.LegitimateLicences.Web.Models.Afx.AfxReportsModel
@using Neo.Afx.ComponentModel
@using Neo.Afx.Mvc
@{
ViewBag.Title = "Reports";
Layout = "~/Views/Shared/_LayoutBlank.cshtml";
}
@Html.Partial("Afx/Reports/List_Summary", new ViewDataDictionary { { "ListName", "reportDefinitions" }, { "ReportController", "Applications" }, { "OpenInDialog", "true" }, { "ViewModelName", "ViewModel" + Model.AjaxRequestTicket }, { "ReportServerType", Model.ReportServerType } })