If you have the .aspx page with RpoerViewer V15 such like below:
Add iframe to the Razor Page and set the url of the above page to the src attribute of iframe, as follows:
The ReportViewer will be shown on the Razor Page, as follows:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I implemented an asp.net core razor page application and try to integrate with SSRS report to show data reports.
I created another .net framework project under same solution and use its webform to display the reports, then use iframe in the razor page to request the webform. How do I set up the src attribute in iframe to call the webform?
If you have the .aspx page with RpoerViewer V15 such like below:
Add iframe to the Razor Page and set the url of the above page to the src attribute of iframe, as follows:
The ReportViewer will be shown on the Razor Page, as follows:
You set the src to the url of webform. The webform site is probably a different port or path, but we don’t know how you configured the asp.net webform site.