The Row Header Text is a multi-line header that spawns across the entire width of the report.  It can optionally be repeated on every page of the report.  The text can be customized to enhance the presentation of your report.





Tags are used the the same way as HTML tags, i.e.: an open <TAG> must be closed with an end </TAG>.


The following markup tags are available to customize your header text:


<B></B>        Bold

<I></I>                Italic

<U></U>        Underline

<DU></DU>        Double-underline

<UA></UA>        Underline-accounting

<DUA></DUA>        Double-underline-accounting

<ST></ST>        Strike-through

<SB></SB>        Subscript

<SP></SP>        Superscript


Fonts


<FS:</FS>        Font Size =>  <FS:18>xxx</FS>                        Enter any valid font size

<FT:></FT>        Font Type => <FT:Arial>xxx</FT>                        Enter the name of any valid fonts.  

<FC:></FC>        Font Color  => <FC:ColorCode>xxxx</FC>        Enter a color code.  Three types of color codes are supported.


Color Codes:

  1. Basic color names.  Valid names are:  BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE

       <FC:RED>...</FC>


  1. HTML Hex Color codes.  These start is '#' followed by 8 hex digits.  Ex: #2C1510.  Visit https://htmlcolorcodes.com/ for a full color palette

       <FC:#2C1510>...</FC>


  1. RGB (Red, Green, Blue) values.  Each value can be with the 0..255 range.  Visit https://rgbcolorcode.com/ for samples

       <FC:(44,16,21)>...</FC>