Show/Hide Toolbars

Reporting Services CMD

Command: @Echo

 

Turns command-echoing on or off.  Show or hide the command being executed

 

 

SSRS Version:

 

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

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

@ECHO   {on|off}

 

 

Parameters

 

on                Turns on command echo

off                Turns off command echo

 

 

Examples

 

@echo on

@echo off

 

Remarks

 

none

 

 

See Also

 

ECHO

REM