Forum Discussion
ysapiyev
7 years agoResponsive Resident
Borders of report
Hi everyone I embedded Power BI report in web application and got borders of report. I set background transparency of report in Power BI Desktop to 100% and set embedding settings: settings: { back...
- 7 years ago
Hi,
Was able to solve this issue adding border-style:none to power-bi.js file.
Regards,
Yerkhan
Hellidana
6 years agoNew Member
Hi,
fixed that using next style
:host ::ng-deep iframe {
border: none;
}
coolsoftware
5 years agoNew Member
Thanks! This works perfectly, and it is the only workable solution I found for ngx-powerbi.