Eclipse BIRT Report Object Model (ROM)

DimensionCondition Structure

Structure Overview

Defines conditions for the dimension in cube element.

Details

Display Name: Dimension Condition
Since: 2.2

Property Summary

hierarchy
The name of hierarchy element of which joint condition is defined for the dimension children.
joinConditions
Provides conditions for dimension elements in the hierarchy.

Description

The dimension condition defines a condition to apply to a tabular cube element.

Property Detail

hierarchy Property

The name of hierarchy element of which joint condition is defined for the dimension children.

Details

Type: Hierarchy Reference
Since: 2.2
Required: No
Display Name: Hierarchy
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

This property gives the name of the tabular hierarchy to define some join condition for the dimension element in it. Required.


joinConditions Property

Provides conditions for dimension elements in the hierarchy.

Details

Type: List of DimensionJoinCondition Structures
Since: 2.2
Required: No
Display Name: Join Conditions
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

Provides a required list of condition for dimension elements in the tabular hierarchy. Required.