Create a report design document / RTL Class Reference |
For every CHAR, VARCHAR, STRING, TEXT, DATE, DATETIME and INTERVAL Genero variable of report data, an object is created that is an instance of an FGLStringVariable. These objects hold the value of the Genero variable.
FGLStringVariable
Name | Description |
---|---|
value | A String containing the value of the field; this is the same as the value of the Genero variable. See Usage. |
name | A String specifying the name of the field. |
caption | A String specifying the title of the field. |
type | A String specifying the type of the field. |
This subclass inherits the public methods of the String class.
In addition to the value of the Genero variable, these objects contain a member variable "value" which also contains the value. For this reason, it is legal to write "order_line.billState" in your expression as a shortcut for "order_line.billState.value".