core
2 TopicsReport 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 regards1.1KViews0likes2CommentsReport Server in .Net Core 2 Web Application
Hi - we have published our PBIX files to our Report Server and are accessing it via an iframe in our web application. its working fine for a proof of concept, but dealing with iframe visual sizing and permissions is problematic. Each user would need access to the server via the method we are doing. I was reading about SOAP and it looks like that is an option. Just wanted to confirm that each user wouldn't need a Power BI license and we would be able to impersonate some service account to talk to the server to display the report? Anyone do this in and able to lend insights into headaches they experienced? Anyone do it in .Net Core and able to speak to how they did the display? Doesn't look like Report Toolbar is available. Just used an iframe?881Views0likes0Comments