Forum Discussion
nagaraj
Post Patron
6 years agoWhite space in embed report
Hi, I have integrated my report with dotnet application, when i ran the application i see the big WHITE space on both sides of the report. Please help how to remove this Note: I have publis...
- 6 years ago
You need to manually adjust the width and height of the report to get rid off this scrolling with fit to width option.
For your better clarity refer to the below article:
https://www.fourmoo.com/2018/06/26/power-bi-publish-to-web-to-remove-grey-area-on-the-sides/
- 6 years ago
Hi,
I have adjusted the report manually to fit in the web page and used below style for DIV container
Then it worked, thanks for the hlep
<div id="embedContainer" style=" height: 550px;width: 100%;max-width: 1200px;"></div>
v-lili6-msft
Community Support
6 years agonagaraj
Post Patron
6 years agoHi,
I have adjusted the report manually to fit in the web page and used below style for DIV container
Then it worked, thanks for the hlep
<div id="embedContainer" style=" height: 550px;width: 100%;max-width: 1200px;"></div>