Forum Discussion
drdelportillo
6 years agoNew Member
Report embed in application
create a report on power bi desktop, then post it on report server, take the report url and put it in my web application as follows:
<iframe width = "1000" height = "800" src="http://xxxx-xxx-xxx-xxxx?rs:embed=true" frameborder = "0" allowFullScreen = "true"> </iframe>
and it didn't work, he showed me a blank page.
My web application is made in net core and I put the iframe on a razor page.
doing tests I tested the same iframe on a .aspx page and it worked
can you tell me how to make it work on razor
regards
2 Replies
- drdelportilloNew Member
thanks for the answer but it can't solve the problem my case is that it doesn't show me anything in razor pages and in a common html if it displays the report and the iframe is the same so the question was if on pages razor how would it be to embed the report. I have searched the internet and I have not found the solution. regards