<?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: Export Pagianted Report via URL | Subscription PDF naming convention in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784014#M11452</link>
    <description>&lt;P&gt;The http://server/reports directory is for the hosted front end. If you want to use the API to access the reports, then use the reportserver folder, http://server/reportserver&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 23:43:46 GMT</pubDate>
    <dc:creator>bradsy</dc:creator>
    <dc:date>2019-09-04T23:43:46Z</dc:date>
    <item>
      <title>Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/783599#M11442</link>
      <description>&lt;P&gt;Hi :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we use an on-prem power bi reporting server for hosting our reports. I've created some paginated reports with subcriptions, eg. export every month to windows file share. Only issue I have is the naming of the pdf file. Every month the pdf should be named like "report_month_year.pdf" I did not find any sufficient solution - all I found was to ad '@timestamp' to create a timestamp. But this is not working for me since I export the report not in the same month as the data shown in the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During my research I stumbled upon export a report via URL. Since I use MS Flow quite a lot I was wondering if I could build a flow which downloads the pdf and then also renames it (I know, I also could export the pdf via subscription and then rename it with flow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is my problem:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/url-access-parameter-reference?view=sql-server-2017" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/url-access-parameter-reference?view=sql-server-2017&lt;/A&gt; says the syntax for exporting is:&lt;/P&gt;&lt;PRE&gt;https://myrshost/ReportServer?/myreport&amp;amp;rs:Format=PDF&lt;/PRE&gt;&lt;P&gt;with the example:&lt;/P&gt;&lt;PRE&gt;https://servername/ReportServer_THESQLINSTANCE/Pages/ReportViewer.aspx?%2freportfolder%2freport+name+with+spaces&amp;amp;rs:Format=pptx&lt;/PRE&gt;&lt;P&gt;I access our reporting server by this domain:&lt;/P&gt;&lt;PRE&gt;http://ourserver/Reports/browse/&lt;/PRE&gt;&lt;P&gt;When I try this nothing happens, I just get redirected to the favorites pane:&lt;/P&gt;&lt;PRE&gt;http://ourserver/Reports/Pages/ReportViewer.aspx?%2freport%2fPaginated%20Reports&amp;amp;rs:Format=PDF&lt;/PRE&gt;&lt;P&gt;So I guess I have two questions:&lt;/P&gt;&lt;P&gt;1) is there a solution where I can handle naming in the subscription menu (or in the sql job)&lt;/P&gt;&lt;P&gt;2) what's wrong with my link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can help me. Thank you very much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/783599#M11442</guid>
      <dc:creator>whereismydata</dc:creator>
      <dc:date>2019-09-04T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784014#M11452</link>
      <description>&lt;P&gt;The http://server/reports directory is for the hosted front end. If you want to use the API to access the reports, then use the reportserver folder, http://server/reportserver&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 23:43:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784014#M11452</guid>
      <dc:creator>bradsy</dc:creator>
      <dc:date>2019-09-04T23:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784331#M11457</link>
      <description>&lt;P&gt;ah, ok. I'll give it a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 07:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784331#M11457</guid>
      <dc:creator>whereismydata</dc:creator>
      <dc:date>2019-09-05T07:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784560#M11460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did find the error; I got confused with the folder in the syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paginated Reports are uploaded into the the &lt;EM&gt;'folder'&lt;/EM&gt; 'Paginated Reports'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;and looking at the destination I thought I have to use the folder 'report' as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;http://server/reports/browse/&lt;U&gt;report&lt;/U&gt;/Paginated%20Reports&lt;/PRE&gt;&lt;P&gt;but instead I just have to use the filename; apparently this folder is not a real folder&lt;/P&gt;&lt;PRE&gt;http://server/ReportServer/Pages/ReportViewer.aspx?%2fPaginated+Reports&amp;amp;rs:Format=PDF &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 09:49:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/784560#M11460</guid>
      <dc:creator>whereismydata</dc:creator>
      <dc:date>2019-09-05T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/893100#M12627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same problem and would like to download the paginated report by url. And it did not work, do you have the solution for that? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 07:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/893100#M12627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-08T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export Pagianted Report via URL | Subscription PDF naming convention</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/901265#M12691</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I posted my solution above, but in short:&lt;/P&gt;&lt;P&gt;just attach the filename of the report to the url of your report server.&lt;/P&gt;&lt;PRE&gt;http://server/ReportServer/Pages/ReportViewer.aspx?%2fPaginated+Reports&amp;amp;rs:Format=PDF &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 21:45:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-Pagianted-Report-via-URL-Subscription-PDF-naming/m-p/901265#M12691</guid>
      <dc:creator>whereismydata</dc:creator>
      <dc:date>2020-01-15T21:45:55Z</dc:date>
    </item>
  </channel>
</rss>

