Hello.
I have an MVC ASP.NET project and I have a series of buttons that redirect in a new window to the SSRS Mobile Reports (.rsmobile) saved on the server: SQL Server 2019 Reporting Services. But I want to view the SSRS Mobile Reports (.rsmobile) saved on the server within my .net project. That is, integrate them into my project. For example, with paginated reports we could use ReportViewer, but ReportViewer does not support .rsmobile. Is there an equivalent to ReportViewer for mobile reports or other alternative to open .rsmobile within my .net project?
Thanks.