Text
Create text with the default name and default text in the active report session.
Syntax
txt=Text()
Arguments
- name
- The text name.
- session
- The active session.
- setAttributes()
- Set multiple attributes simultaneously.
- text
- The text string.
Example
txt=Text(name=<'name'>,text=<'My text'>,session=<session>)