I have been working for the last few days on trying to get SSRS reports to appear on a page.
I have followed several tutorials online for ReportViewers with MVC and have exhausted those resources.
I am able to get ReportViewerForMvc to work on a new Mvc project, but I cannot get it to work within the customer plugin created. It will edit my web.config to add a <buildProvider> tag and throw an error. If I remove this tag and its contents it will load the page, but where the report should be is just the nop main page.
I am able to get the SSRS report to show on the page if I use an iframe pointing to the address, however that will ask for server credentials which I am trying to avoid. This is a server report, not a local report. I am using nop 3.7.
I have also attempted to use other NuGet packages for reportviewer such as, mvcreportviewer, Microsoft.Reporting.WebForms. When the new Mvc project as mentioned above I attempted to take what was new in that web.config and the references and add those to the plugin in an attempt to merge the two to allow functionality. However, there were errors within the web.config not being able to work with the httpHandlers or the httpModules.

If anyone has experience adding reportviewer as a nop plugin please provide a link or assistance.