Eclipse BIRT Report Object Model (ROM)

ParameterFormatValue Structure

Structure Overview

Used to format the default value of the scalar parameter.

Details

Display Name: Parameter Format Value
Since: 2.1

Property Summary

category
Provides the format category.
locale
pattern
Pattern of the formatter.

Description

Provides a set of pre-defined parameter formatter, or user can define a customized formatter given a pattern.

Property Detail

category Property

Provides the format category.

Details

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

Description

Allow user to define the category of the format.


locale Property

Details

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

pattern Property

Pattern of the formatter.

Details

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

Description

Pattern for the formatter.