|
<< Click to Display Table of Contents >> Navigation: User Interface (UI) Elements > Report Designer > Use Basic Report Controls > Label > Markup Text |
Markup Text
Enable the Allow Markup Text property to format the label's text with markup tags.

Label supports the following tags:
TAG |
END TAG |
DESCRIPTION |
<br> |
|
Inserts a single line break. Enable the WordWrap property to use this tag. |
<nbsp> |
- |
Inserts a space. |
<color=value> |
</color> |
Specifies the text color. |
<backcolor=value> |
</backcolor> |
Specifies the background color. |
<size=value> |
</size> |
Specifies the font size. |
<b> |
</b> |
Defines bold text. |
<i> |
</i> |
Defines italic text. |
<s> |
</s> |
Defines strikethrough text. |
<u> |
</u> |
Defines underlined text. |
<image=value> |
- |
Inserts an image from the report's named image collection. Supports both raster images and SVG images. Use the report's Image Resources property to provide images and reference them by their Id. The image tag's size attribute sets the image display pixel size. If the specified width/height exceeds the label's width/height, it is reduced to display the entire image. Specify the size attribute after the tag's value followed by the ";" character. |
|
||
TAG |
END TAG |
DESCRIPTION |
<href=value> |
</href> |
Displays a hyperlink. The value string specifies the hyperlink source, and the string between the opening and closing tags is the text to display. |
When a report is exported to XLS or XLSX, the following rich-text content is converted from labels into Excel-native rich-text content:
|
|
Text format |
<b>, <i>, <u>, <s> |
Line break |
<br> |
Non-breaking space |
<nbsp> |
Font |
<font=[font name]> |
Font size |
<size=[font size]> |
Foreground color |
<color=[color]> |