![]() ![]() |
ReportElement is an abstract element for user-visible elements. The abstract report element represents anything that can be named and customized. Most of the major components in ROM derive from the Report Element.
customXml, userProperties
The following sections describe the properties of the ReportElement element.
Information about this element for people who work on the design. This text can contain embedded HTML formatting tags, but it cannot be localized.
The name of the class that contains the event handler methods for this element.
Internal element name that a script can use to refer to this element. The name property is required for some elements but is optional for most others. Items that require a name are those to which scripts often need to refer, such as
If the name is omitted, the component is anonymous. The name cannot be localized. If a name is provided, it must be unique with its name space as defined for each element. A name can contain any character from any language, including spaces, numbers, and punctuation. The name is case-sensitive
![]() ![]() |