| Attributes |
| Name | Required | Request-time | Type | Description |
| dsn | true | true | java.lang.String | The data source this field belongs to. |
| field | true | true | java.lang.String | The name of data source field attribute. |
| format | false | true | java.lang.String | The format string used to display and parse values with. |
| nulls | false | false | java.lang.String | The value to display when the field is null. |
| preserveHTML | false | false | java.lang.String | Set true to preserve HTML markup within the field's value. |
| useCodeTableValue | false | false | java.lang.String | If set true the corresponding code value, from the associated code table is printed. |
| truncate | false | false | java.lang.String | The max string length to print. If exceeded, truncates, and adds ellipses. |