====== TMSSDROPREPORT ====== The [[variable:start|Environmental Variable]] ''TMSSDROPREPORT'' allows you to drop, or remove, a report section from command line report output based on the report ID. This can be of benefit if you only need one section of the report output. ''TMSSDROPREPORT'' is used in the format ''TMSSDROPREPORT'' + the Report-ID, so for Report 100 the variable would be ''TMSSDROPREPORT100''. New Variables can be set for multiple report sections based on the Report-ID's, for example Reports 100 and 110 you would set ''TMSSDROPREPORT100'' and ''TMSSDROPREPORT110''. ===== Example ===== ==== Windows Command Line ==== set TMSSDROPREPORT110=true ==== Windows PowerShell ==== $env:TMSSDROPREPORT110 = "true" ===== See Also ===== * [[variable:start|Variables]] * [[technote:setting_environmental_variables|Setting Environmental Variables]] <- ^ variable:start |Introduction ^ -> {{tag>environmental_variables paths pdf csv html excel}}