Eclipse BIRT Report Object Model (ROM)
FormatValue Structure
Display Name: | Format Value |
Since: | 2.6 |
User can define a customized formatter with given pattern and locale.
Category of the format
Type: | string |
Since: | 2.6 |
Required: | No |
Display Name: | Category |
JavaScript Type: | |
Default Value: | None |
Runtime Settable: | Yes |
Allow user to define custom formatter category.
Locale of the formatter.
Type: | locale |
Since: | 2.6 |
Required: | No |
Display Name: | Locale |
JavaScript Type: | |
Default Value: | None |
Runtime Settable: | Yes |
The locale of the formatter.
Pattern of the formatter.
Type: | string |
Since: | 2.6 |
Required: | No |
Display Name: | Pattern |
JavaScript Type: | |
Default Value: | None |
Runtime Settable: | Yes |
The pattern of the formatter.