Update a resource definition
2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure
(N)=Native
(I)=Integrated
UpdateRes <filename> [/R:ReportName]
UpdateRes [/?] displays help
R:/Res Name of resource to overwrite.
<filename> Name of file to load
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
•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