Eclipse BIRT Report Object Model (ROM)

AbstractMultiViews Element

Element Overview

Base element for multiviews.

Details

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

Property Summary

index
Indicates which view works. The valid value is 0 and any positive integer.

Inherited Properties

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

Description

The multiviews is an element that contains  report items. Each report item in multiviews can be represented as "the view" of the host element. The view element shares same data structure with the host element. The data structure properties includes: dataSet, boundDataColumns, filters, sorts and paramBindings. etc.


Property Detail

index Property

Indicates which view works. The valid value is 0 and any positive integer.

Details

Type: integer
Since: 2.3
Required: No
Display Name: Index
JavaScript Type:
Default Value: -1
Inherited: Yes
Runtime Settable: Yes
Property Sheet Visibility: Visible
Property Sheet Group: Top