I have SQL Server Reporting Services 2008 and when I open the following URL:
"http://localhost/Reports/Pages/Report.aspx?someReport"
I'm getting report screen in which I fill my parameters and generate a report,
My question is how can I do this without any GUI? by batch file or C# script..
Thanks in advance.
=========================================================================
EDIT:
Thanks to all answer above I succeed to generate a report and save it as an XML using the following link:
"http://Server/ReportServer/Pages/ReportViewer.aspx?someReport&dFrom=01/01/2012&dTo=08/08/2012&rs%3AFormat=XML"
Thanks for you all!!!