I recently saw the following link, which exports the report in a certain format to a specific location: http://forums.asp.net/t/1746293.aspx?How+to+write+SSRS+report+into+server+folder+as+Excel+File
The problem is that I need to do this automatically (ie. through a Batch or console application) since I don't have access to the SSRS subscription because it's a remote server.
Is there any way of using the code in the link, not as a webform but as a console app or windows app?
Thanks.
VM