SelectionChoice

Describes one item in a static parameter selection list.

Description

A static selection list defines a set of property choice values. Each choice provides two values: an internal value and a display value. For example, the display values might be "Residential", "Commercial", and "Government" while the corresponding parameter values are "R", "C", and "G". Display values can be localized.

See Also

value

The parameter value for this choice.

Description

The parameter value for this choice. This is the value passed to the report when the user selects this choice. The value must agree with the parameter data type. The value cannot be localized.

See Also

label

An externalizable label for the choice.

Description

An externalizable label for the choice. If omitted, then the internal value is shown as the label.

See Also