Eclipse BIRT Report Object Model (ROM)

MemberValue Element

Element Overview

Member value applied for sort and filter in chart or crosstab element.

Details

Display Name: Member Value
Since: 2.2
XML Element: member-value
Extends: None
Extendable: No
Abstract: No
Name Space: None
Name Requirement: Not Supported
Allows User Properties: No
Has Style: No

Property Summary

level
Name of the level element in cube that this member value is applied on.
memberValues
Series of nested member value.
value
Value constant of one level output row.

Description

The measure is an abstract element that defines the basic properties of a measure element. It has two derived elements: tabular and ODA measure elements.

Measure is the quantity that you are interested in measuring, for example, unit sales of a product, or cost price of inventory items.

Property Detail

level Property

Name of the level element in cube that this member value is applied on.

Details

Type: Level Reference
Since: 2.2
Required: No
Display Name: Level
JavaScript Type:
Default Value: None
Inherited: Yes
Runtime Settable: Yes
Property Sheet Visibility: Visible
Property Sheet Group: Top

Description

This property gives out the name of the level element in the cube that this member value is applied on.


memberValues Property

Series of nested member value.

Details

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

Description

This property gives out the nested member value list applied on the cascading levels of the level element that this member value is applied one.


value Property

Value constant of one level output row.

Details

Type: literalString
Since: 2.2
Required: No
Display Name: Value
JavaScript Type:
Default Value: None
Inherited: Yes
Runtime Settable: Yes
Property Sheet Visibility: Visible
Property Sheet Group: Top

Description

This property gives out the constant value if you want the level data base row with your specified value is output to be rendered.