<?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: How to enable 'Print' option in iframe in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3733490#M33243</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Noted. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying the following code shared by Microsoft Copilot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Power BI Embedded Report&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;!-- Include Power BI JavaScript library --&amp;gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/dist/powerbi.min.js" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/dist/powerbi.min.js&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;!-- Embed the report using an iframe --&amp;gt;&lt;BR /&gt;&amp;lt;iframe id="embeddedReport" width="800" height="600" src="&lt;A href="https://app.powerbi.com/reportEmbed?reportId=" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=&lt;/A&gt;&amp;lt;your-report-id&amp;gt;&amp;amp;groupId=&amp;lt;your-workspace-id&amp;gt;&amp;amp;config=&amp;lt;your-embed-config&amp;gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Custom buttons for print and export --&amp;gt;&lt;BR /&gt;&amp;lt;button onclick="printReport()"&amp;gt;Print Report&amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;button onclick="exportToPDF()"&amp;gt;Export to PDF&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;// Initialize Power BI report&lt;BR /&gt;const embedConfig = {&lt;BR /&gt;type: 'report',&lt;BR /&gt;id: '&amp;lt;your-report-id&amp;gt;',&lt;BR /&gt;embedUrl: '&lt;A href="https://app.powerbi.com/reportEmbed" target="_blank"&gt;https://app.powerbi.com/reportEmbed&lt;/A&gt;',&lt;BR /&gt;accessToken: '&amp;lt;your-access-token&amp;gt;',&lt;BR /&gt;tokenType: models.TokenType.Embed,&lt;BR /&gt;settings: {&lt;BR /&gt;filterPaneEnabled: false,&lt;BR /&gt;navContentPaneEnabled: false&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const reportContainer = document.getElementById('embeddedReport');&lt;BR /&gt;const report = powerbi.embed(reportContainer, embedConfig);&lt;/P&gt;&lt;P&gt;// Custom print function&lt;BR /&gt;function printReport() {&lt;BR /&gt;// Capture a screenshot of the report area (you can use external libraries for this)&lt;BR /&gt;// Open the browser's print dialog&lt;BR /&gt;window.print();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Custom export function (to PDF)&lt;BR /&gt;function exportToPDF() {&lt;BR /&gt;// Use Power BI REST API to trigger export&lt;BR /&gt;// Example: &lt;A href="https://api.powerbi.com/v1.0/myorg/groups/" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/&lt;/A&gt;&amp;lt;your-workspace-id&amp;gt;/reports/&amp;lt;your-report-id&amp;gt;/ExportTo&lt;BR /&gt;// Implement the necessary logic to handle the export&lt;BR /&gt;console.log('Exporting report to PDF...');&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how can we get the below highlighted access token&lt;/P&gt;&lt;P&gt;const embedConfig = {&lt;BR /&gt;type: 'report',&lt;BR /&gt;id: '&amp;lt;your-report-id&amp;gt;',&lt;BR /&gt;embedUrl: '&lt;A href="https://app.powerbi.com/reportEmbed" target="_blank"&gt;https://app.powerbi.com/reportEmbed&lt;/A&gt;',&lt;BR /&gt;accessToken: '&lt;STRONG&gt;&amp;lt;your-access-token&amp;gt;&lt;/STRONG&gt;',&lt;BR /&gt;tokenType: models.TokenType.Embed,&lt;BR /&gt;settings: {&lt;BR /&gt;filterPaneEnabled: false,&lt;BR /&gt;navContentPaneEnabled: false&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 12:09:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-29T12:09:11Z</dc:date>
    <item>
      <title>How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3711073#M32959</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We embeded our Power Bi reports using iframe. How to enable 'Print' option here. We have below esport option and that is generating empty file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 12:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3711073#M32959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-20T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3712852#M32974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, so far, to my knowledge, this may not be&amp;nbsp;achieveable in PBIRS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 02:58:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3712852#M32974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-21T02:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729791#M33230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are embedding our Power Bi reports into our web application in iframes. We used the option File-&amp;gt; Embed Report-&amp;gt; Website or Portal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We understand that&lt;/P&gt;&lt;P&gt;If we need to print reports we need to login to app.powerbi.com, need to export the needed reports and need to print.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do have the possibility to set up 'Print' option in our website where we embeded our Power Bi reports&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please confirm this&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:21:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729791#M33230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729828#M33231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;When you embed a report in a secure portal or website, user need sign in and need license and permission to view the report, and don't show 'Print' options in the report, please refer below screenshot:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729828#M33231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729842#M33232</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have license. We are able to sign in and view the embeded report in website. Our client's requirement to provide a 'Print' option in the website where we&amp;nbsp;embededed our report. So we are checking the posibilities here. Hope this clarifies.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:51:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729842#M33232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729870#M33233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry, so far, to my knowledge, could not set for 'Print' option when you &lt;SPAN&gt;embed a report in a secure portal or website&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;Please try to embed report in sharepoint online pages,&amp;nbsp;all toolbars will be show in report.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 08:10:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3729870#M33233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T08:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3733490#M33243</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Noted. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying the following code shared by Microsoft Copilot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Power BI Embedded Report&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;!-- Include Power BI JavaScript library --&amp;gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/dist/powerbi.min.js" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/dist/powerbi.min.js&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;!-- Embed the report using an iframe --&amp;gt;&lt;BR /&gt;&amp;lt;iframe id="embeddedReport" width="800" height="600" src="&lt;A href="https://app.powerbi.com/reportEmbed?reportId=" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=&lt;/A&gt;&amp;lt;your-report-id&amp;gt;&amp;amp;groupId=&amp;lt;your-workspace-id&amp;gt;&amp;amp;config=&amp;lt;your-embed-config&amp;gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Custom buttons for print and export --&amp;gt;&lt;BR /&gt;&amp;lt;button onclick="printReport()"&amp;gt;Print Report&amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;button onclick="exportToPDF()"&amp;gt;Export to PDF&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;// Initialize Power BI report&lt;BR /&gt;const embedConfig = {&lt;BR /&gt;type: 'report',&lt;BR /&gt;id: '&amp;lt;your-report-id&amp;gt;',&lt;BR /&gt;embedUrl: '&lt;A href="https://app.powerbi.com/reportEmbed" target="_blank"&gt;https://app.powerbi.com/reportEmbed&lt;/A&gt;',&lt;BR /&gt;accessToken: '&amp;lt;your-access-token&amp;gt;',&lt;BR /&gt;tokenType: models.TokenType.Embed,&lt;BR /&gt;settings: {&lt;BR /&gt;filterPaneEnabled: false,&lt;BR /&gt;navContentPaneEnabled: false&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const reportContainer = document.getElementById('embeddedReport');&lt;BR /&gt;const report = powerbi.embed(reportContainer, embedConfig);&lt;/P&gt;&lt;P&gt;// Custom print function&lt;BR /&gt;function printReport() {&lt;BR /&gt;// Capture a screenshot of the report area (you can use external libraries for this)&lt;BR /&gt;// Open the browser's print dialog&lt;BR /&gt;window.print();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Custom export function (to PDF)&lt;BR /&gt;function exportToPDF() {&lt;BR /&gt;// Use Power BI REST API to trigger export&lt;BR /&gt;// Example: &lt;A href="https://api.powerbi.com/v1.0/myorg/groups/" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/&lt;/A&gt;&amp;lt;your-workspace-id&amp;gt;/reports/&amp;lt;your-report-id&amp;gt;/ExportTo&lt;BR /&gt;// Implement the necessary logic to handle the export&lt;BR /&gt;console.log('Exporting report to PDF...');&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how can we get the below highlighted access token&lt;/P&gt;&lt;P&gt;const embedConfig = {&lt;BR /&gt;type: 'report',&lt;BR /&gt;id: '&amp;lt;your-report-id&amp;gt;',&lt;BR /&gt;embedUrl: '&lt;A href="https://app.powerbi.com/reportEmbed" target="_blank"&gt;https://app.powerbi.com/reportEmbed&lt;/A&gt;',&lt;BR /&gt;accessToken: '&lt;STRONG&gt;&amp;lt;your-access-token&amp;gt;&lt;/STRONG&gt;',&lt;BR /&gt;tokenType: models.TokenType.Embed,&lt;BR /&gt;settings: {&lt;BR /&gt;filterPaneEnabled: false,&lt;BR /&gt;navContentPaneEnabled: false&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 12:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3733490#M33243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-29T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3735882#M33255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please refer below official documents:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-tokens?tabs=embed-for-customers" target="_blank"&gt;Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/generate-embed-token" target="_blank"&gt;Generate an embed token in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:51:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3735882#M33255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable 'Print' option in iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3736846#M33260</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. We are checking this for one of our client. So do we have any correct link to confirm this is not possible. Please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, from the following reference links we noticed that we need to have ‘Pro’ account. Is this correct.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Developer/REST-API-Get-Access-Token/m-p/1898039#M29951" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Developer/REST-API-Get-Access-Token/m-p/1898039#M29951&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/register-app?tabs=customers" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/developer/embedded/register-app?tabs=customers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 17:37:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-enable-Print-option-in-iframe/m-p/3736846#M33260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T17:37:18Z</dc:date>
    </item>
  </channel>
</rss>

