Show/Hide Toolbars

Reporting Services CMD

Command: UpdateRes

 

Update a resource definition

 

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

 

UpdateRes  <filename> [/R:ReportName]

UpdateRes  [/?] displays help

 

 

 

 

Parameters

 

 R:/Res          Name of resource to overwrite.

 <filename>      Name of file to load

 

 

Examples

 

 update image CompanyLogo.jpg report from c:\images\CompanyLogo.jpg to the ssrs folder /images

 

 cd /images then run  either command-

 

 

updateRes c:\images\CompanyLogo.jpg /R:CompanyLogo.jpg

 

 as the report name is the same as the file name you do not need to specify /R

 

updateRes c:\images\CompanyLogo.jpg

 

 

 

 

Remarks

 

if /R: is not specified the filename is used as the report name

Rather than use /R you can change the folder where the report resides and use without /R

 

See Also