Label

BrowseName: ReportLabel
SuperType: Label (Label)

Displays a text in a Report object.

Properties

Name

BrowseName

DataType

Description

Width

Size

Height

Size

LeftMargin

Size

RightMargin

Size

TopMargin

Size

BottomMargin

Size

Enabled

Boolean

Rotation

Size

Opacity

Float

Text

Text

LocalizedText

Text inserted and displayed
(Inherited from Label)
Text horizontal alignment

TextHorizontalAlignment

TextHorizontalAlignment

Indicates where the text is positioned on the horizontal axis
(Inherited from Label)
Text vertical alignment

TextVerticalAlignment

TextVerticalAlignment

Indicates where the text is positioned on the vertical axis
(Inherited from Label)
Word wrap

WordWrap

Boolean

Enable/disable the automatic word wrapping when the text is wider than the container. Ignored when the object width is automatic or when text abbreviation is set.
(Inherited from Label)
Text trimming

Elide

ElideEnum

Text trimming mode. Insert three dots (“…”) in the indicated position when the text is too long for the available space. Ignored when the object width is automatic or when word wrap is set.
(Inherited from Label)
Font family

FontFamily

Font

Font family
(Inherited from Label)
Font weight

FontWeight

FontWeightEnum

Font weight
(Inherited from Label)
Font italic

FontItalic

Boolean

Enables/disables italics in the text
(Inherited from Label)
Font size

FontSize

Size

Font size
(Inherited from Label)
Text color

TextColor

Color

Color of the text to display
(Inherited from Label)
Visible

Visible

Boolean

Show/hide the window.
(Inherited from Element)
Horizontal alignment

HorizontalAlignment

HorizontalAlignment

Alignment of the object on the horizontal axis. Left = the left side is positioned on the left side of the container, except for the left margin; Right = the right side is positioned on the right side of the container, except for the right margin; Center = the center of the object is positioned in the center of the container, except for the left and/or right margins; Stretch = object width equals container width, except for the left and/or right margins.
(Inherited from Element)
Vertical alignment

VerticalAlignment

VerticalAlignment

Alignment of the object on the vertical axis. Top = the top side is positioned on the top side of the container, except for the top margin; Bottom = the bottom side is positioned on the bottom side of the container, except for the bottom margin; Center = the center of the object is positioned in the center of the container, except for the top and/or bottom margins; Stretch = object height equals container height, except for the top and/or bottom margins.
(Inherited from Element)