====== TMSSPDFCOLORHDR ======
The [[variable:start|Environmental Variable]] ''TMSSPDFCOLORHDR'' changes the color of the PDF report header background or title bar using HEX number input (without the #).
The [[variable:start|Environmental Variable]] ''TMSSPDFCOLORHDR'' will set the color for all report headers.
If used in conjunction with the Report-ID, eg TMSSPDFCOLORHDR100, it will override the global color set for that report. For example TMSS10MoveList produces three reports (Report 117, 118 and 119), setting TMSSPDFCOLORHDR to red and TMSSPDFCOLORHDR117 to blue would produce a PDF report 117 with a blue title bar, 118 and 119 with a red title bar.
===== Example =====
To change the title bar to Red
{{red_color_chart.png}}
==== Windows Command Line ====
set TMSSPDFCOLORHDR=FF0000
set TMSSPDFCOLORHDR100=0066CC
==== Windows PowerShell ====
$env:TMSSPDFCOLORHDR = "FF0000"
$env:TMSSPDFCOLORHDR100 = "0066CC"
==== Linux ====
export TMSSPDFCOLORHDR="FF0000"
export TMSSPDFCOLORHDR100="0066CC"
{{tag> environmental_variables reports pdf}}