<?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: Possible to display embedded reports in full screen mode? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/2453504#M35505</link>
    <description>&lt;P&gt;Do you mind ELI5 how to do this? When I add a button on google sites, it just says "Name" for the button and "Link". Where can I type that code?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 23:44:52 GMT</pubDate>
    <dc:creator>mrexcellent</dc:creator>
    <dc:date>2022-04-12T23:44:52Z</dc:date>
    <item>
      <title>Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304012#M8950</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the &lt;A title="PowerBI-Developer-Samples/App Owns Data/" href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_blank"&gt;App Owns Data sample&lt;/A&gt; running, but was wondering, &lt;STRONG&gt;is it possible to allow the embedded report to be displayed in full screen mode?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance would be greatly appreciated... thanks!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 16:31:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304012#M8950</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2017-11-15T16:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304588#M8964</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/38766"&gt;@datavigilante&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the &lt;A title="PowerBI-Developer-Samples/App Owns Data/" href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_blank"&gt;App Owns Data sample&lt;/A&gt; running, but was wondering, &lt;STRONG&gt;is it possible to allow the embedded report to be displayed in full screen mode?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance would be greatly appreciated... thanks!&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/38766"&gt;@datavigilante&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If you're referring to auto-fit-to-page, there're only 3 options for embedding reports,&amp;nbsp; &lt;SPAN&gt;'&lt;/SPAN&gt;&lt;EM&gt;fitToWidth&lt;/EM&gt;&lt;SPAN&gt;','&lt;/SPAN&gt;&lt;EM&gt;oneColumn&lt;/EM&gt;&lt;SPAN&gt;' and '&lt;/SPAN&gt;&lt;EM&gt;actualSize&lt;/EM&gt;&lt;SPAN&gt;'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt; var config = {
 type: 'report',
 tokenType: models.TokenType.Embed,
 accessToken: accessToken,
 embedUrl: embedUrl,
 pageView: "&lt;STRONG&gt;fitToWidth&lt;/STRONG&gt;", 
 id: embedDashboardId
 };&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you mean F11 full screen mode, it seems impossible, see &lt;A href="https://stackoverflow.com/questions/32642865/failed-to-execute-requestfullscreen-on-element-api-can-only-be-initiated-by" target="_self"&gt;this&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 08:44:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304588#M8964</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-16T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304938#M8976</link>
      <description>&lt;P&gt;Hi Eric,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the pageView settings and link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be clear,&amp;nbsp;I don't need it to open in full-screen mode on&amp;nbsp;launch as mentioned in the link you provided.&amp;nbsp; I just want the users to have the ability to switch&amp;nbsp;to full-screen mode as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this not possible as far as you know?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:10:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/304938#M8976</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2017-11-16T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/338701#M10014</link>
      <description>&lt;P&gt;Don't know if you solved this or not, but it is possible to open embedded reports in fullscreen mode using javascript&amp;amp;colon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Add a button to the page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;button id="myLink" onclick="fullscreen()"&amp;gt;Fullscreen&amp;lt;/button&amp;gt;&lt;/PRE&gt;&lt;P&gt;2. Add the javascript to get the report container id and open it in fullscreen mode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
    function fullscreen() {
        // Get a reference to the embedded report HTML element
        var embedContainer = $('#reportContainer')[0];

        // Get a reference to the embedded report.
        report = powerbi.get(embedContainer);

        // Displays the report in full screen mode.
        report.fullscreen();
    }
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 21:02:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/338701#M10014</guid>
      <dc:creator>matthills</dc:creator>
      <dc:date>2018-01-15T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/346147#M10271</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/37790"&gt;@matthills&lt;/a&gt;!&amp;nbsp; We are working through some other issues right now, but will try this as soon as we can!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 16:32:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/346147#M10271</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2018-01-26T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/355847#M10596</link>
      <description>&lt;P&gt;Works great... thanks Matt!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 14:32:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/355847#M10596</guid>
      <dc:creator>datavigilante</dc:creator>
      <dc:date>2018-02-10T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/485261#M14892</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use this code to generate a button fullscreen in my web, but I have some questions. What I need to put in id="myLink"? I can't find the link of power bi embedded.&lt;/P&gt;&lt;PRE&gt;&amp;lt;button id="myLink" onclick="fullscreen()"&amp;gt;Fullscreen&amp;lt;/button&amp;gt;&lt;/PRE&gt;&lt;P&gt;And in javascript, Do I need to change #reportContainer by the report id that I want to see on fullscreen?&lt;/P&gt;&lt;PRE&gt;  var embedContainer = $('#reportContainer')[0];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for my questions, maybe are very amateurs&amp;nbsp;but I need to understand this to make this button to see my embedded reports on fullscreen.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:37:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/485261#M14892</guid>
      <dc:creator>Claconva2</dc:creator>
      <dc:date>2018-08-09T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/613511#M18440</link>
      <description>&lt;P&gt;If possbile please share me more information around this, Currently i have deployed the report in webpart over sharepoint i wanted show that in full screen.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:02:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/613511#M18440</guid>
      <dc:creator>MaheshChiliveri</dc:creator>
      <dc:date>2019-01-31T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to display embedded reports in full screen mode?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/2453504#M35505</link>
      <description>&lt;P&gt;Do you mind ELI5 how to do this? When I add a button on google sites, it just says "Name" for the button and "Link". Where can I type that code?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 23:44:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Possible-to-display-embedded-reports-in-full-screen-mode/m-p/2453504#M35505</guid>
      <dc:creator>mrexcellent</dc:creator>
      <dc:date>2022-04-12T23:44:52Z</dc:date>
    </item>
  </channel>
</rss>

