Previous TopicNext Topic


ReportElement

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.

Extends

DesignElement

Property summary

Inherited properties

customXml, userProperties

ReportElement properties

The following sections describe the properties of the ReportElement element.

comments

Information about this element for people who work on the design. This text can contain embedded HTML formatting tags, but it cannot be localized.

eventHandlerClass

The name of the class that contains the event handler methods for this element.

name

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


(c) Copyright Actuate Corporation 2006

Previous TopicNext Topic