I am following this guide -> https://docs.telerik.com/reporting/mvc-report-viewer-extension-embedding
Hi, I am new in telerik reporting and I am getting some errors.
Here is the Scenario:
I created an empty ASP .NET MVC Application and I am trying to output the reportViewer I created. This is what I selected
I chose the sample report definition.
After that it generated 3 files. A ReportsController, a trdp file and a cshtml file
1. I created a HomeController, and renamed the Action "Index" to "Reports".
2. I Renamed the cshtml file to "Reports.cshtml" and putted it under the Views/Home Folder.
3. Then I created a folder under the Controllers folder called "api" so it now looks like this Controllers/api and moved the ReportsController to that "api" folder
4. I also changed the default route action from "index" -> "reports"
Problem: Whenever I run my program, nothing shows at all. Its just an empty page. What am I doing wrong?
Note: I also posted this question here -> https://stackoverflow.com/questions/58600533/telerik-reporting-using-asp-net-mvc