<?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: Automating export/download of Linked Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1597814#M17472</link>
    <description>&lt;P&gt;d_gosbell,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked a treat!&amp;nbsp; I really do appreciate your help.&amp;nbsp; For whatever reason we don't have the permissions to create subscriptions.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2021 18:33:16 GMT</pubDate>
    <dc:creator>mewisenb</dc:creator>
    <dc:date>2021-01-13T18:33:16Z</dc:date>
    <item>
      <title>Automating export/download of Linked Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1595125#M17459</link>
      <description>&lt;P&gt;Is it possible to automate downloading/exporting a Linked Report as a regular user?&amp;nbsp; I've been futzing around with the SSRS powershell module, but have not made much headway.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 19:25:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1595125#M17459</guid>
      <dc:creator>mewisenb</dc:creator>
      <dc:date>2021-01-12T19:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automating export/download of Linked Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1595484#M17463</link>
      <description>&lt;P&gt;If the original report uses data sources with stored credentials you should be able to setup a report subscription to output the report to a file on a scheduled basis. But if the report uses windows authentication this is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wanted to use powershell you could use url access to get an export of the report see&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/export-a-report-using-url-access?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/export-a-report-using-url-access?view=sql-server-ver15&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you could use something like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Invoke-WebRequest -Uri "http://localhost/reportserver?/Demo%20Reports/Products%20by%20Colour&amp;amp;ProductColor=Black&amp;amp;rs:Format=EXCELOPENXML" -OutFile "c:\temp\report.xlsx" -UseDefaultCredentials&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran this on my local dev server and it exports the "Products by Colour" report with a parameter value of "Black" and outputs the results to an excel file.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 23:54:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1595484#M17463</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-01-12T23:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automating export/download of Linked Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1597814#M17472</link>
      <description>&lt;P&gt;d_gosbell,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked a treat!&amp;nbsp; I really do appreciate your help.&amp;nbsp; For whatever reason we don't have the permissions to create subscriptions.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 18:33:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Automating-export-download-of-Linked-Report/m-p/1597814#M17472</guid>
      <dc:creator>mewisenb</dc:creator>
      <dc:date>2021-01-13T18:33:16Z</dc:date>
    </item>
  </channel>
</rss>

