Forum Discussion
teros
8 years agoHelper I
IFrame-embedded report scaled down with large left/right empty borders
I have a series of Power BI reports running through the on-premises Report Server that are being viewed in my application through embedding in an IFrame. The report page size is custom (1600 x 850),...
v-qiuyu-msft
8 years agoCommunity Support
Hi teros,
We are not able to hide grey area completely, but we can try to mitigate this. Based on my test in Power BI report server October version, when we set report page size 1600*850, and set the Page View as Actual Size. With below embed code:
<iframe width="1600" height="850" src="http://<server name>/Reports/powerbi/Word%20Cloud%20Visual?rs:embed=true" frameborder="0" allowFullScreen="true"></iframe>
The report display in iFrame with less grey area. In your scenario, please try to run the same report server version as ours and use same settings to test again.
Best Regards,
Qiuyun Yu