I've followed this guide:
https://reports.syncfusion.com/documentation/aspnet-mvc/report-designer/add-web-report-designer-to-an-asp-net-mvc-application/ to get a report designer setup on my site; however, when I navigate to the page it doesn't render properly. I've went over everything and I do not see why it would be rendering like it is.
My view is just this:
@{
ViewBag.Title = "ReportDesigner";
}
@(
Html.SF().ReportDesigner("designer").ServiceUrl(Url.Content("~/api/ReportDesigner"))
)
and I have my _Layout.cshtml setup like so:
in the <head></head> and
at the end of the <body></body>
I did notice in the guide it said to reference 1.7.2 jquery in the api, but when I look in the Scripts folder it only has 1.10.2 so I updated that part of the API to pull 1.10.2