Dear All,
I want my web application to Call SSRS Report Web Service URL / Report Manager URL to Write the Output either as pdf or Excel without rendering the output to user. The process should happen in the report server and web server should not receive output to avoid load.
User gives input in Web Form which should be passed to report when we call report from web application. Web Application should not wait till it write the output into the physcial file (Asnchronous). If I know how to call report for writing the output into file without rendering the output to web application, I can call in thread to make it asynchronous.
For rendering the output to user, I have used following URL where Format parameter is used to specify the PDF output.
http://190.160.1.2/ReportServer?%2fRDLTest%2fReport1&rs:Format=PDF&rs%3aCommand=pdf&fund_id=0
Please guide me.
Thanks and Regards
Palanivelrajan