<?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: Restricted Export Formats in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4023182#M35779</link>
    <description>&lt;P&gt;It is a part of a PBI report which is published to a Workbook, where the Paginated Report is also stored. I think that means my answer is&amp;nbsp;"to the service (cloud)".&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 15:33:22 GMT</pubDate>
    <dc:creator>PCorbitt</dc:creator>
    <dc:date>2024-07-03T15:33:22Z</dc:date>
    <item>
      <title>Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4011725#M35657</link>
      <description>&lt;P&gt;Hello, experts! I created a report a few months ago in Report Builder and at that time I was able to restrict the export options to just Excel and PDF from a dropdown list. I urgently need to use that setting again for a new report but can't find that option anymore. Was this ability eliminated, moved, replaced?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 16:48:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4011725#M35657</guid>
      <dc:creator>PCorbitt</dc:creator>
      <dc:date>2024-06-26T16:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4012078#M35658</link>
      <description>&lt;P&gt;You'll need to update your config file on the report server. Once you open the file in Notepad you can remove any extensions you don't want your users to export. Search for the "Render" section. Make sure you take a backup before making any changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;!--     ScriptorStartFragment     --&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\rsreportserver.config&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;		&amp;lt;Render&amp;gt;
			&amp;lt;Extension Name="WORDOPENXML"
			           Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlDocumentRenderer,Microsoft.ReportingServices.WordRendering"/&amp;gt;
			&amp;lt;Extension Name="WORD"
			           Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering"
			           Visible="false"/&amp;gt;
			&amp;lt;Extension Name="EXCELOPENXML"
			           Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering"/&amp;gt;
			&amp;lt;Extension Name="EXCEL"
			           Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"
			           Visible="false"/&amp;gt;
			&amp;lt;Extension Name="PPTX"
			           Type="Microsoft.ReportingServices.Rendering.PowerPointRendering.PptxRenderingExtension,Microsoft.ReportingServices.PowerPointRendering"/&amp;gt;
			&amp;lt;Extension Name="PDF"
			           Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering"/&amp;gt;
			&amp;lt;Extension Name="IMAGE"
			           Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering"/&amp;gt;
			&amp;lt;Extension Name="MHTML"
			           Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering"&amp;gt;
				&amp;lt;Configuration&amp;gt;
					&amp;lt;DeviceInfo&amp;gt;
						&amp;lt;DataVisualizationFitSizing&amp;gt;Approximate&amp;lt;/DataVisualizationFitSizing&amp;gt;
					&amp;lt;/DeviceInfo&amp;gt;
				&amp;lt;/Configuration&amp;gt;
			&amp;lt;/Extension&amp;gt;
			&amp;lt;Extension Name="CSV"
			           Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering"/&amp;gt;
			&amp;lt;Extension Name="XML"
			           Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering"/&amp;gt;
			&amp;lt;Extension Name="ATOM"
			           Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering"/&amp;gt;
			&amp;lt;Extension Name="NULL"
			           Type="Microsoft.ReportingServices.Rendering.NullRenderer.NullReport,Microsoft.ReportingServices.NullRendering"
			           Visible="false"/&amp;gt;
			&amp;lt;Extension Name="RGDI"
			           Type="Microsoft.ReportingServices.Rendering.ImageRenderer.RGDIRenderer,Microsoft.ReportingServices.ImageRendering"
			           Visible="false"/&amp;gt;
			&amp;lt;Extension Name="HTML4.0"
			           Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering"
			           Visible="false"&amp;gt;
				&amp;lt;Configuration&amp;gt;
					&amp;lt;DeviceInfo&amp;gt;
						&amp;lt;DataVisualizationFitSizing&amp;gt;Approximate&amp;lt;/DataVisualizationFitSizing&amp;gt;
					&amp;lt;/DeviceInfo&amp;gt;
				&amp;lt;/Configuration&amp;gt;
			&amp;lt;/Extension&amp;gt;
			&amp;lt;Extension Name="HTML5"
			           Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html5RenderingExtension,Microsoft.ReportingServices.HtmlRendering"
			           Visible="false"&amp;gt;
				&amp;lt;Configuration&amp;gt;
					&amp;lt;DeviceInfo&amp;gt;
						&amp;lt;DataVisualizationFitSizing&amp;gt;Approximate&amp;lt;/DataVisualizationFitSizing&amp;gt;
					&amp;lt;/DeviceInfo&amp;gt;
				&amp;lt;/Configuration&amp;gt;
			&amp;lt;/Extension&amp;gt;
			&amp;lt;Extension Name="RPL"
			           Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering"
			           Visible="false"
			           LogAllExecutionRequests="false"/&amp;gt;
		&amp;lt;/Render&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;!--     ScriptorEndFragment     --&gt;</description>
      <pubDate>Wed, 26 Jun 2024 22:54:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4012078#M35658</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-06-26T22:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4022965#M35776</link>
      <description>&lt;P&gt;Thank you for your response! How do I get to the Report Server? Is it software I need to download or is it a part of Report Builder that I haven't discovered yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:12:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4022965#M35776</guid>
      <dc:creator>PCorbitt</dc:creator>
      <dc:date>2024-07-03T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4023040#M35778</link>
      <description>&lt;P&gt;Are you deploying the report to an on premises server or to the service (cloud)?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:06:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4023040#M35778</guid>
      <dc:creator>aduguid</dc:creator>
      <dc:date>2024-07-03T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4023182#M35779</link>
      <description>&lt;P&gt;It is a part of a PBI report which is published to a Workbook, where the Paginated Report is also stored. I think that means my answer is&amp;nbsp;"to the service (cloud)".&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 15:33:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4023182#M35779</guid>
      <dc:creator>PCorbitt</dc:creator>
      <dc:date>2024-07-03T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Export Formats</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4076384#M36258</link>
      <description>&lt;P&gt;This was such a simple problem. The answer was using the PBI visualization Visual&amp;gt;Export settings.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 15:53:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restricted-Export-Formats/m-p/4076384#M36258</guid>
      <dc:creator>PCorbitt</dc:creator>
      <dc:date>2024-08-02T15:53:24Z</dc:date>
    </item>
  </channel>
</rss>

