Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS 2008 - How to autosave the pdf file at server

Author  Topic 

jas2005
Starting Member

11 Posts

Posted - 2010-08-16 : 00:12:46
dear all
what is the command allow below SSRS command allow PDF autosave PDF file at server C:\tmpReport folder ?

http://localhost/ReportServer?%2fReports%2fChart2&rs:Command=Render&rs:Format=PDF

Thx
Rgs,Jas

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-08-16 : 04:47:48
we make use of vbscripts to dothe saving part. the vbscripts call a third party application which will get the above report as source and save it in server folder.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jas2005
Starting Member

11 Posts

Posted - 2010-08-17 : 21:51:31
hi visakh16
the programming way to do this will be last my resort for this issue, however, mind to share the coding with me on how to do this as my backup plan ?

thanks

rgds
Jas
Go to Top of Page
   

- Advertisement -