![]() ![]() |
The UserProperty structure defines a user-defined property. A user-defined property operates identically to a system-defined property. It appears in the BIRT's property sheet, and it is available at run-time for use in scripts.
A property has an internal name that is used in the property element in the XML file and in scripts. A property also has an optional display name that appears in the GUI. The display name can be externalized and translated. If you provide no display name, the internal name is displayed in the GUI.
A user-defined property also has a type. If the type is Choice, you must also provide a list of available choices.
You set an optional default value using the property value element.
![]() ![]() |