The Label element defines a report object used to draw fixed text on a report.
<!ELEMENT Label EMPTY>
<!ATTLIST Label
Text CDATA #REQUIRED
X CDATA #REQUIRED
Y CDATA #REQUIRED
Width CDATA #REQUIRED
Height CDATA #REQUIRED
BackgroundColor CDATA #REQUIRED
ForegroundColor CDATA #REQUIRED
BorderColor CDATA #REQUIRED
BorderWidth CDATA #REQUIRED
BorderStyle CDATA #REQUIRED
FontFamily CDATA #REQUIRED
FontSize CDATA #REQUIRED
FontWeight CDATA #REQUIRED
FontItalic CDATA #REQUIRED
HAlignment CDATA #REQUIRED
VAlignment CDATA #REQUIRED
WordWrap CDATA #REQUIRED>
Sets the background color of the label. The The color is defined as an RGB value (r,g,b). r, g and b must be in the range 0..255.
Sets the foreground color of the label. The color is defined as an RGB value (r,g,b). r, g and b must be in the range 0..255.
Sets the border color of the label. The color is defined as an RGB value (r,g,b). r, g and b must be in the range 0..255.