Eclipse BIRT Report Object Model (ROM)

FormatValue Structure

Structure Overview

Used to format a value.

Details

Display Name: Format Value
Since: 2.6

Property Summary

category
Category of the format
locale
Locale of the formatter.
pattern
Pattern of the formatter.

Description

User can define a customized formatter with given pattern and locale.

Property Detail

category Property

Category of the format

Details

Type: string
Since: 2.6
Required: No
Display Name: Category
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

Allow user to define custom formatter category.


locale Property

Locale of the formatter.

Details

Type: locale
Since: 2.6
Required: No
Display Name: Locale
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

The locale of the formatter.


pattern Property

Pattern of the formatter.

Details

Type: string
Since: 2.6
Required: No
Display Name: Pattern
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

The pattern of the formatter.