The properties of a table in a library component are:
Property Name | Description | |||
---|---|---|---|---|
Color | ||||
Background | Specifies the background color of the object. Choose a color from the drop-down list, enter a hexadecimal RGB value (e.g. 0xff0000), choose a formula that returns a color, or select Custom from the drop-down list to specify the color.
Data type: String |
|||
CSS | ||||
Class | Specifies a CSS class to be applied to the object which is a valid class in the CSS file.
Data type: String |
|||
Style | The property can be used in two ways.
Data type: String |
|||
Others | ||||
Auto Expands | Specifies whether the objects in cells of the table will expand to their empty neighbouring cells horizontally when the actual size of the objects is bigger than the cells due to no enough column or page width for auto fit. This property requires that the property Auto Fit for the objects in the table cells is set to true.
Data type: Boolean Note: The property does not apply to horizontal tables. |
|||
Invisible | Specifies whether to show the object in the design area and in the report results. All formulas and calculations will still be performed if the property is set to true.
Data type: Boolean |
|||
Navigation Height | Specifies the height of the page for the table to display multiple pages. Enter a numeric value to specify the height.
If no value is given here, JReport will calculate the table page height at run time.
Data type: Float |
|||
Navigation Width | Specifies the width of the page for the table to display multiple pages. Enter a numeric value to specify the width.
If no value is given here, JReport will calculate the table page width at run time.
Data type: Float |
|||
Record Location | Specifies the calculation point for the properties which use formulas. Choose an option from the drop-down list.
Data type: Enumeration |
|||
Suppress | Specifies whether to show the object in the design area and in the report results. All formulas and calculations will be skipped if the property is set to true.
Data type: Boolean Note: When both the Invisible and Suppress properties of an object are set to true, Suppress has the higher priority. |
|||
Suppress When No Records | Specifies whether to display the object in the report results when no record is returned to its parent data container.
Data type: Boolean |
|||
Border | ||||
Border Color | Specifies the color of the border of the object. Choose a color from the drop-down list, enter a hexadecimal RGB value (0xCCAA00), choose a formula that returns a color, or select Custom from the drop-down list to specify the color.
Data type: String |
|||
Border Thickness | Specifies the width of the border in inches or centimeters. Enter a numeric value to change the thickness.
Data type: Float |
|||
Bottom Line | Specifies the line style of the bottom border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
|||
Left Line | Specifies the line style of the left border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
|||
Right Line | Specifies the line style of the right border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
|||
Top Line | Specifies the line style of the top border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
Except for table group, other child objects (table header row, table footer row, table column, table cell, table group header row, table group footer row and table detail row) of a table in a library component are the same as those in a web report.
The properties of a table group in a library component are:
Property Name | Description | |||
---|---|---|---|---|
Others | ||||
Current Block Index | The two properties, Current Block Index and Items per Block, work together to control the data of the object to be displayed in continuous page mode.
Current Block Index specifies the index of the data block that will be displayed. 0 means the first block index, and 1 the second, and so on. Data type: Integer |
|||
Expand Detail Data | Specifies whether to expand the groups to show the details when the report is opened in JDashboard. Only works in continuous page mode.
Data type: Boolean |
|||
Items per Block | The two properties, Current Block Index and Items per Block, work together to control the data of the object to be displayed in continuous page mode.
Item per Block specifies the number of records in each data block. Data type: Integer |
|||
Group Layout | ||||
Keep Group Together | Specifies whether to keep the whole group together.
Data type: Boolean |
|||
Security | ||||
Cascade | Specifies whether to allow the security identifiers specified by the following three properties to view the group's detail or child groups.
Data type: Boolean |
|||
Grant | Enables to set cached report bursting. The property accepts user names delimited by "|" as the value. You can specify which group of data can be viewed by which user.
Data type: String |
|||
Groups | Enables to set cached report bursting. The property accepts group names delimited by "|" as the value. You can specify which group of data can be viewed by which group of users.
Data type: String |
|||
Roles | Enables to set cached report bursting. The property accepts role names delimited by "|" as the value. You can specify which group of data can be viewed by which role.
Data type: String |
Notes: