The text interpretation is available for database, formula and some special field objects, only. Currently there are 4 types of text interpretation available.

The property formula can be used to set the text interpretation dynamically or depending on a database field or parameter field value. In the property formula you can use the text interpretation constants.
| Base URL | Sets the base URL for a relative hyperlink in the AdvancedHtmlText text interpretation. If a hyperlink URL is relative, it is viewed as relative to this base URL. Setting an empty string causes the default behavior (URLs are viewed as relative to the report server location). |
|---|---|
| Numeral Language | This sets the language of numeric characters (symbols).
Independent of the language, all numbers are printed as decimal numerals. The symbols
used for numerals differ depending on the area. With this property you can set the symbols that should be
used. For a description of Arabic numeral symbols, see:
http://en.wikipedia.org/wiki/Arabic_numerals. This property can be set for numeric, date, time and date time fields. |
| Manual Formatting | Allows manual formatting of a field by way of a formula. If a formula is specified,
its result (which must be a string) will be displayed in place of the field's value. For example,
null values could be displayed as the string "n/a" by way of specifying the formula.
if isnull(currentfieldvalue) then "n/a" else ToText(currentfieldvalue) |
| Horizontal Alignment | Choose whether the object should be shown in the left, right or center part of the selection. The property formula can be used to set the alignment dynamically or depending on database field or parameter field value. In the property formula you can use alignment constants. |
| Glyph Orientation | Sets the orientation of the glyphs. The property formula can be used to set the glyph orientation dynamically or depending on database field or parameter field value. In the property formula you can use glyph orientation constants. |
| Text Rotation | Allows to rotate text. The property formula can be used to set the text rotation dynamically or depending on database field or parameter field value. In the property formula you can use text rotation constants. |
i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.