Eclipse BIRT Report Object Model (ROM)

MultiViews Element

Element Overview

Describes a container element to use one of its contained extension elements as the "view" element.

Details

Display Name: Multiple Views
Since: 2.3
XML Element: multi-views
Extends: AbstractMultiViews
Extendable: No
Abstract: No
Name Space: None
Name Requirement: Not Supported
Allows User Properties: Yes
Has Style: No

Property Summary

views
Holds a list of extension elements.

Inherited Properties

comments, customXml, displayName, displayNameID, eventHandlerClass, extends, index, name, newHandlerOnEachEvent, propertyMasks, userProperties, viewAction

Description

Report items like table, cross-tab can be the host of the multiviews element. The multiview element itself contains multiple "view" extension report items. Each time, only one "view" element is active. All "view" elements share the same data structure with the host element. The data structure properties includes: dataSet, boundDataColumns, filters, sorts and paramBindings. etc.


Property Detail

views Property

Holds a list of extension elements.

Details

Type: List of elements
Since: 2.3
Required: No
Display Name: Views
JavaScript Type:
Default Value: None
Inherited: No
Runtime Settable: Yes
Property Sheet Visibility: Hidden
Property Sheet Group: Top