Show/Hide Toolbars

Reporting Services CMD

Command: SaveRes

 

save the resource.

 

SSRS Version:

 

2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

SaveRes  Report|Folder [F:\Folder] [/S]

 

 

Parameters

 

[/S]        Sub folder.

[/F]        Folder to save resource

[/O]        Overwrite file

 

                 Note if the file does exist and /O is not selected it will not be overwritten.

 

 

to save a single resource called sales to a folder called c:\SSRSReports

 

         SaveRes sales /f:c:\SSRSReports

 

 

to export all reports in the root folder to a folder called c:\SSRSReports

 

 SaveRes \ /f:c:\SSRSReports

 

 

 

to export all reports in the root folder and sub folders (use /s) to a folder called c:\SSRSReports

 

         SaveRes \ /f:c:\SSRSReports /s

 

 

 

 

Remarks

 

if the folder on the SSRS server has a space in the name enclose in double quotes  

 eg.

 

 if the folder on the report sever is called report server

 

         saverpt "\report server" /f:c:\SSRSReports /s

 

 

If the report already exists it will not be overwritten unless /o is specified this can be useful if you need to export just new reports.

 

See Also

 

SaveRpt  Export reports from the report server to the file system