The Tabular Cell object contains the following properties and the availabilities of the properties vary for page reports and web reports.
Property Name | Available For | Description |
---|---|---|
General | ||
Class Type | Page Report | Indicates the class type of the object. This property is read only. |
Instance Name | Page Report | Shows the instance name of the object. This property is read only. |
Geometry | ||
Height | Page Report, Web Report | Specifies the height of the object. Enter a numeric value to change the height.
Data type: Float |
Width | Page Report, Web Report | Specifies the width of the object. Enter a numeric value to change the width.
Data type: Float |
X | Page Report, Web Report | Specifies the horizontal coordinate of the top left corner of the object, relative to its parent container. Enter a numeric value to change the position.
Data type: Float |
Y | Page Report, Web Report | Specifies the vertical coordinate of the top left corner of the object, relative to its parent container. Enter a numeric value to change the position.
Data type: Float |
Color | ||
Background | Page Report, Web Report | Specifies the background color of the object. Choose a color from the drop-down list or select Custom to customize a color, or enter a hexadecimal RGB value (for example, 0xff0000) to specify a color. For page report, you can also use a formula or edit an expression that returns a color.
Data type: String |
CSS | ||
Class | Page Report, Web Report | Specifies a CSS class to be applied to the object which is a valid class in the CSS file.
Data type: String |
Style | Page Report, Web Report | The property can be used in two ways.
Data type: String |
Others | ||
Export to CSV | Page Report, Web Report | Specifies whether to include the object in the CSV result of the report.
Data type: Boolean |
Export to Excel | Page Report, Web Report | Specifies whether to include the object in the Excel result of the report.
Data type: Boolean |
Export to HTML | Page Report, Web Report | Specifies whether to include the object in the HTML result of the report.
Data type: Boolean |
Export to PDF | Page Report, Web Report | Specifies whether to include the object in the PDF result of the report.
Data type: Boolean |
Export to PostScript | Page Report, Web Report | Specifies whether to include the object in the PostScript result of the report.
Data type: Boolean |
Export to Report Result | Page Report, Web Report | Specifies whether to include the object when previewing the report in Page/Web Report Result and running the report in Page/Web Report Studio.
Data type: Boolean |
Export to RTF | Page Report, Web Report | Specifies whether to include the object in the RTF result of the report.
Data type: Boolean |
Export to Text | Page Report, Web Report | Specifies whether to include the object in the Text result of the report.
Data type: Boolean |
Export to XML | Page Report, Web Report | Specifies whether to include the object in the XML result of the report.
Data type: Boolean |
Horizontal Alignment | Page Report, Web Report | Specifies the horizontal justification of the contents in the tabular cell. Choose an option from the drop-down list.
Data type: Enumeration |
Repeat Content | Page Report, Web Report | A cell may be extended to new pages for being affected by other cells even though it can be wholly put in the current page. In this case, if the property value is true, then its contents will appear on the new pages again.
Data type: Boolean Note: If there are two or more cells that will be affected in the same row group and the values of the property for these cells are true, then only the contents of the last one will be repeated. |
Vertical Alignment | Web Report | Specifies the vertical justification of the contents in the tabular cell. Applied only when the web report runs in Web Report Studio. Choose an option from the drop-down list.
Data type: Enumeration |
Excel | ||
Column Index | Page Report | Specifies the X coordinate of the object relative to its parent container when exported to Excel or CSV, measured in cells. The Columned property at the report tab level must be set to true for this property to take effect.
Data type: Integer |
Row Index | Page Report | Specifies the Y coordinate of the object relative to its parent container when exported to Excel or CSV, measured in cells. The Columned property at the report tab level must be set to true for this property to take effect.
Data type: Integer |
Border | ||
Border Color | Page Report | Specifies the color of the border of the object. Choose a color from the drop-down list or select Custom to customize a color. You can also use a formula or edit an expression that returns a color, or enter a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
Border Thickness | Page Report | Specifies the width of the border. Enter a numeric value to change the thickness.
Data type: Float |
Bottom Line | Page Report | Specifies the line style of the bottom border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
Left Line | Page Report | Specifies the line style of the left border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
Right Line | Page Report | Specifies the line style of the right border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
Top Line | Page Report | Specifies the line style of the top border of the object. Choose a style from the drop-down list.
Data type: Enumeration |
TOC | ||
Anchor Display Value | Page Report, Web Report | Specifies a string or formula to display for the TOC entry for this object in the TOC Browser. By default it is the value of the specified object. The TOC Anchor property must be set to true for this property to take effect.
Data type: String |
TOC Anchor | Page Report, Web Report | Specifies whether to include the object in the TOC Browser for the report.
Data type: Boolean |
Accessibility | ||
External CSS Class Selector | Page Report | Specifies a class selector to be applied to the object when exported as HTML. Enter a valid class name from the CSS file.
Data type: String |