====== TMSSREPORTTITLE ======
The [[variable:start|Environmental Variable]] ''TMSSREPORTTITLE'' allows a custom heading to be applied to a command line report using the report ID.
===== Example =====
Using [[cli:tmss10inventory|TMSS10Inventory]], setting report heading to ''My Inventory'' using report ID 100.
==== Windows Command Line ====
set TMSSREPORTTITLE100=My Heading
==== Windows PowerShell ====
$env:TMSSREPORTTITLE100 = "My Heading"
==== Linux ====
export TMSSREPORTTITLE100="My Heading"
===== See Also =====
* [[variable:start|Variables]]
* [[technote:setting_environmental_variables|Setting Environmental Variables]]
<- ^ variable:start |Introduction ^ ->
{{tag>environmental_variables paths reports pdf csv html excel text}}