Eclipse BIRT Report Object Model (ROM)
ReportItemTheme Element
Display Name: | Report Item Theme |
Since: | 2.6 |
XML Element: | report-item-theme |
Extends: | ReportElement |
Extendable: | No |
Abstract: | No |
Name Space: | None |
Name Requirement: | Required |
Allows User Properties: | Yes |
Has Style: | No |
comments, customXml, displayName, displayNameID, eventHandlerClass, extends, name, newHandlerOnEachEvent, propertyMasks, userProperties, viewAction
Report item theme is a container for a collection of Styles which used for a type of elements.
Theme
Provides a list of pre-defined element types, Table, Grid and List.
Type: | string |
Since: | 2.6 |
Required: | No |
Display Name: | Type |
JavaScript Type: | |
Default Value: | None |
Inherited: | No |
Runtime Settable: | No |
Property Sheet Visibility: | Visible |
Property Sheet Group: | Top |
Name | Display Name | Value | Description |
Table | Table Theme | Table | |
List | List Theme | List | |
Grid | Grid Theme | Grid |
Type of the elements which this theme apply to.
A collection of styles within the theme.
Display Name: | Styles |
Since: | 2.6 |
XML Element: | styles |
Contents: | List of Style |
Each theme can contain zero, one or more styles.