Eclipse BIRT Report Object Model (ROM)
Listing Element
Display Name: | Listing |
Since: | 1.0 |
XML Element: | None |
Extends: | ReportItem |
Extendable: | No |
Abstract: | Yes |
Name Space: | Report Items |
Name Requirement: | Not Supported |
Allows User Properties: | Yes |
Has Style: | Yes |
Default Style: | None |
bookmark, comments, customXml, dataSet, displayName, displayNameID, eventHandlerClass, extends, height, name, paramBindings, propertyMasks, refTemplateParameter, style, toc, userProperties, visibility, width, x, y
The listing element is an abstract base element that captures the commonality between the List and Table element. Both elements support a data set, filtering, sorting, methods, and so on.
See the List and Table items for the specific visual differences between the two items.
Report Item for information on the data set, input parameter bindings, and so on.
Filter criteria to apply to each row in the List.
Type: | List of FilterCondition Structures |
Since: | 1.0 |
Required: | No |
Display Name: | Filter |
JavaScript Type: | |
Default Value: | None |
Inherited: | Yes |
Runtime Settable: | No |
Property Sheet Visibility: | Hidden |
Property Sheet Group: | Top |
The filter property specifies filter criteria to apply to each row in the data set. The filter can contain BIRT expressions (in JavaScript.) If you want the database to do the filtering, put the filter criteria in the WHERE clause of your query.
Break the list into a new page on a numeric interval.
Type: | string |
Since: | 2.0 |
Required: | No |
Display Name: | Page break interval |
JavaScript Type: | |
Default Value: | 0 |
Inherited: | Yes |
Runtime Settable: | No |
Property Sheet Visibility: | Visible |
Property Sheet Group: | Top |
Break the list into a new page on a numeric interval.
The sort order for detail rows in the List.
Type: | List of SortKey Structures |
Since: | 1.0 |
Required: | No |
Display Name: | Sorting |
JavaScript Type: | |
Default Value: | None |
Inherited: | Yes |
Runtime Settable: | No |
Property Sheet Visibility: | Hidden |
Property Sheet Group: | Top |
Specifies the sorting of the rows within the detail band. This sorting is done within BIRT. If you want the database to do the sorting, specify the sort within the ORDER BY clause of your query.