<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embedded Report - grey areas in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1666460#M27854</link>
    <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply! I tried using Full Screen but it didn't change anything with my visual. Am I using it correctly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;element = document.getElementById(&lt;SPAN&gt;'reportContainer'&lt;/SPAN&gt;);&lt;BR /&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;rep = powerbi.get(element);&lt;BR /&gt;rep.fullscreen();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nicolai&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2021 09:19:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-15T09:19:57Z</dc:date>
    <item>
      <title>Embedded Report - grey areas</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1663603#M27828</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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 and reports are not centered. I looked in to quite a few posts about this topic but none realy solved it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to see an example of that behaviour? Just go to Microsoft PowerBI's embedded playground, run the example and look at the mobile layout. That's exactely what i get. Its not full width and not centered. I don't like that. Anybody thinks the same and found a way to achieve full screen width?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nicolai&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 21:46:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1663603#M27828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-14T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - grey areas</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1665701#M27848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try to use full screen.&lt;/P&gt;&lt;P&gt;If you're using Power BI mobile, full screen is available for Windows 10 mobile apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/consumer/end-user-focus#when-to-use-full-screen-mode" target="_blank"&gt;When to use full screen mode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stephen Tao&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 02:28:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1665701#M27848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-15T02:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Report - grey areas</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1666460#M27854</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply! I tried using Full Screen but it didn't change anything with my visual. Am I using it correctly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;element = document.getElementById(&lt;SPAN&gt;'reportContainer'&lt;/SPAN&gt;);&lt;BR /&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;rep = powerbi.get(element);&lt;BR /&gt;rep.fullscreen();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nicolai&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 09:19:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Report-grey-areas/m-p/1666460#M27854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-15T09:19:57Z</dc:date>
    </item>
  </channel>
</rss>

