<?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 a Powerbi report in React Application in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/embedded-a-Powerbi-report-in-React-Application/m-p/3791725#M50984</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To remove the border and frame of a Power BI report when it is embedded in a React application, you can use the "settings" property of the "embedConfig" object to set the "background" property to "models.BackgroundType.Transparent".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/powerbi-client-react" target="_blank"&gt;How to embed a Power BI item in a React app | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/microsoft/powerbi-client-react" target="_blank"&gt;GitHub - microsoft/powerbi-client-react&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;embedConfig = {
    {
        type: 'report',
        id: '&amp;lt;Report Id&amp;gt;',
        embedUrl: '&amp;lt;Embed Url&amp;gt;',
        accessToken: '&amp;lt;Access Token&amp;gt;',
        tokenType: models.TokenType.Embed,
        // Use models.TokenType.Aad if you're embedding for your organization.
        settings: {
            background: models.BackgroundType.Transparent
        }
        ,
    }
}
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 14:33:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-03-26T14:33:01Z</dc:date>
    <item>
      <title>embedded a Powerbi report in React Application</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/embedded-a-Powerbi-report-in-React-Application/m-p/3785574#M50941</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;We have a react project and we have embedded a Powerbi report to it. But the report is not getting blended properly as it has the border and the frame intact. How to remove those so that the report gets completely blend into the react app.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 09:25:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/embedded-a-Powerbi-report-in-React-Application/m-p/3785574#M50941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-22T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: embedded a Powerbi report in React Application</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/embedded-a-Powerbi-report-in-React-Application/m-p/3791725#M50984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To remove the border and frame of a Power BI report when it is embedded in a React application, you can use the "settings" property of the "embedConfig" object to set the "background" property to "models.BackgroundType.Transparent".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/powerbi-client-react" target="_blank"&gt;How to embed a Power BI item in a React app | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/microsoft/powerbi-client-react" target="_blank"&gt;GitHub - microsoft/powerbi-client-react&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;embedConfig = {
    {
        type: 'report',
        id: '&amp;lt;Report Id&amp;gt;',
        embedUrl: '&amp;lt;Embed Url&amp;gt;',
        accessToken: '&amp;lt;Access Token&amp;gt;',
        tokenType: models.TokenType.Embed,
        // Use models.TokenType.Aad if you're embedding for your organization.
        settings: {
            background: models.BackgroundType.Transparent
        }
        ,
    }
}
}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 14:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/embedded-a-Powerbi-report-in-React-Application/m-p/3791725#M50984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-26T14:33:01Z</dc:date>
    </item>
  </channel>
</rss>

