Update a report definition
2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure
(N)=Native
(I)=Integrated
UpdateRpt <filename> [/R:ReportName]
UpdateRpt [/?] displays help
R:rpt Name of report to overwrite.
<filename> Name of file to load
update sales report from c:\dev\sales.rdl in the ssrs folder /global
cd /global then run either command-
updateRpt c:\dev\sales.rdl /R:sales
as the report name is the same as the file name you do not need to specify /R
updateRpt c:\dev\sales.rdl
•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