i have a Url of report that is on the SSRS server, the Url contains:
http://<**ServerAdress**>/<**ServerName**>/Pages/ReportViewer.aspx?<**reportPath**>&<**report_Parameters**>
programmatically (using C#) i want to execute the url without opening the browser.
when i use the ReportExecutionService i have to define the parameters manually (using ParameterValue[]
...) i dont know how to invoke them from the url.
so, is there a way i can execute the report with the url without opening the browser?