{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Tab Text

In this catgegory change the text properties of the report elements.

Text Interpretation

The text interpretation is only available for database and formula fields with data type String. Also, it is available for some special field objects. It is possible to choose between six types of text interpretation.

Plain Text (default)

Only new lines, carriage returns and tabs are interpreted. This Text Interpretation can be used for unformatted continuous text.

Rich Text Format (RTF)

The Microsoft RTF format. Character formatting, paragraph formatting, bullet lists and numbering are supported.

HTML (basic)

Hypertext Markup Language.
Tags for character formatting, paragraph formatting, images, bullet lists and numbering are supported.
This type of Text Interpretation can be used for HTML formatted continuous text. Long words will be wrapped or cut if necessary and never clipped on the border. The following tags are supported:

Tags Properties
ADDRESS
B
BIG
BODY
BR
CITE
CODE
DEL
DFN
DIR TYPE
DIV ALIGN
EM
FONT FACE, COLOR, SIZE
H1, H2, H3, H4, H5, H6 ALIGN
HTML
I
IMG SRC, WIDTH, HEIGHT
INS
KBD
LI VALUE
MENU TYPE
OL START, TYPE
P ALIGN
PRE
S
SAMP
SCRIPT skipped
SMALL
SPAN
STRIKE
STRONG
TITLE skipped
TT
U
UL TYPE
VAR

HTML (advanced)

Displays the content of the referenced field as HTML with support for HTML 4.01 and CSS 2.1. The content is rendered by i-net JWebEngine.

This advances option should be used whenever the content uses HTML features other than text styling. Especially if you want to print a real website this mode is recommended.

This type of Text Interpretation:

  • is remarkably slower than HTML (basic)
  • is most useful for layouts using HTML items.
    • If the field is to narrow for a HTML structure (table, DIV, large word) then it will be clipped on the right border of the field. In a browser you would normally see a scroll pane but this is not possible in printing and displaying reports on a page.

In HTML export the field is mapped to an DIV element with a width and hight. In RTF export it is painted as a vector image (WMF).

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.

Markdown (CommonMark)

Markdown is a plain text format that is easy to read and easy to write. It is usually used to convert texts into HTML without writing any HTML. The CommonMark dialect is the most basic, well defined set of formatting instructions. The following instructions are supported:

Format Description
**bold** Bold Text
*italic* Italic Text
__underline__ Text with underline
~~strikethrough~~ Text with a strike through
# Heading 1 A Heading with the level derived from the number of # symbols
## Heading 2
### Heading 3
`Command` Single and multiline code and command blocks. The multiline command requires line breaks.
```
Command Block
```
[My Company](https://www.mycompany.com) Hyperlink to website with My Company as text
[My Company](mailto:postmaster@mycompany.com) E-Mail link with My Company as text
![My Image](https://www.mycompany.com/image.jpg) Image from a website with alternative text My Image
* List entry
  * Sub entry
  * Sub entry
    * Sub entry
Unordered list, allowing indentation for sub-levels
- List entry
  - Sub entry
  - Sub entry
    - Sub entry
Unordered list, allowing indentation for sub-levels
1. List entry
  1. Sub entry
  1. Sub entry
    1. Sub entry
Ordered list, allowing indentation for sub-levels
1) List entry
  1) Sub entry
  1) Sub entry
    1) Sub entry
Ordered list, allowing indentation for sub-levels

Markdown (i-net CoWork)

The i-net CoWork flavored Markdown adds additional hyperlinks and a slightly different line break handling, which does not ignore empty lines.

Format Description
https://www.mycompany.com Hyperlink to website
postmaster@mycompany.com E-Mail link
mailto:postmaster@mycompany.com

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: https://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.

See Also:

i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Text Properties