Show/Hide Toolbars

Reporting Services CMD

Command: UpdateRpt

 

Update a report 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

 

UpdateRpt  <filename> [/R:ReportName]

UpdateRpt  [/?] displays help

 

 

 

Parameters

 

 R:rpt           Name of report to overwrite.

 <filename>      Name of file to load

 

 

Examples

 

 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

 

 

 

 

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