Forum Discussion
Anonymous
5 years agoNot applicable
Embedded Report - grey areas
Hello everyone, Iam embedding reports in a mobile app, reports are displayed in mobile layout. I want the reports to use the whole screenwidth but i cant make it happen. A small grey area remains...
Anonymous
5 years agoNot applicable
Hello Anonymous ,
thank you for your reply! I tried using Full Screen but it didn't change anything with my visual. Am I using it correctly:
var element = document.getElementById('reportContainer');
var rep = powerbi.get(element);
rep.fullscreen();
I put this code both in onLoaded and on Rendered to see if it can make a difference but i get the same result. Do you have another idea?
Kind regards
Nicolai