Forum Discussion
tmcdevitt
8 years agoAdvocate II
Setting the iframe background for embedded reports (default gray color is terrible)
We're embedding PowerBI reports in a custom application we're building. For the most part, this is working great. However, we can't figure out how to set the background color of the iframe in which r...
a_lafont
8 years agoNew Member
Transparent background is now available and you only have to add this :
config.settings.background = models.BackgroundType.Transparent;