Modify URL to download report

0

I am using SQL Server Reporting Services (SSRS) and I want to download a report without the need to access the server to see the report, but automatically download the report on the user's computer.

I want to see the possibility of modifying the URL that is generated when downloading the report so that I do not have the need to access the report server.

I have the following link as an example in which ExecutionID and ControlID are the only thing that changes between each report, which is what I want to modify to generate the report:

  

link ExecutionID = odqvp545iftj02itotwxovn2 & Culture = 3082 & CultureOverrides = False & UICulture = 10 & UICultureOverrides = False & ReportStack = 1 & ControlID = 9426f50bab5445b19b8c1b88e728c8f2 & OpType = Export & FileName = DEMO & ContentDisposition = OnlyHtmlInline & Format = PDF

    
asked by CarlosOro 20.07.2016 в 19:29
source

1 answer

0

I have something similar, I do not know if it is what you need. What I have is a process that on the 1st of the month executes a call to download the report and store it locally. In my case, I am doing it in the following way. I'm invoking the following url (adapted to your needs):

  

link

You can change the render to generate it in the format you need.

I hope it serves you.

    
answered by 14.11.2016 в 13:05