Eclipse BIRT Report Object Model (ROM)

OdaMeasureGroup Element

Element Overview

Visual grouping of ODA measure elements in cube.

Details

Display Name: ODA Measure Group
Since: 2.2
XML Element: oda-measure-group
Extends: MeasureGroup
Extendable: Yes
Abstract: No
Name Space: None
Name Requirement: Required
Allows User Properties: Yes
Has Style: No

Property Summary

measures
ODA measures grouping by this group.

Inherited Properties

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

Description

An ODA measure group creates a visual grouping of ODA measure elements. The developer controls the order that groups appear in the UI, and the order in which measure appear in the group. A runtime UI may choose to allow the user to expand & collapse measure groups independently.

Property Detail

measures Property

ODA measures grouping by this group.

Details

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

Description

ODA measures grouping by this group.It holds a list of Oda measure elements.

See Also

OdaMeasure element