Table Row
- Last UpdatedOct 30, 2024
- 3 minute read
The Table Row control represents a single row within a Table.

The control is used for changing the layout of an entire row. Although a Table Row is described as a separate control in this guide, most of the properties are applied to the cells contained within the selected row.
On the Properties window, the Table Row control properties are divided into the following tabs:
Appearance
Background Color
Specifies the background colour of controls. The functionality is also available on
the Report Designer tab (
).
Border Color, Border Dash Style, Border Width and Borders
Specifies border settings for controls.
Font
Specifies the font settings for controls. Some of the functionality is available on the Report Designer tab.
Foreground Color
Specifies the text colour for controls. The functionality is also available on the
Report Designer tab (
).
Formatting Rules
Displays the Formatting Rules Editor window, used to choose which rules are applied to a report during report generation, and to define the priority of the applied rules.
Height
Specifies the height in report measurement units.
Padding
Specifies indent values used to render the contents of the controls.
Style Priority
Defines the priority of various styles (for example, background colour or border colour).
Styles
Defines odd and even styles for the controls, as well as assigning an existing style to the them (or a newly created one).
Text Alignment
Changes the alignment of report control text. The functionality is also available on the Report Designer tab.
Behavior
Can Publish
Specifies whether or not the control can be printed or exported.
Keep Together
Specifies whether the contents of the control can be horizontally split across pages. In other words, if the control occupies more space than remains on the page, the property specifies whether the control is split between the current page and the next, or printed entirely on the next page. If the control does not fit on the next page either, the control is split, regardless of the property value.
Process Null Values
Specifies how to distribute a space that remains after hiding table cells among the visible table cells.
Scripts
Contains events which can be handled with scripts.
Visible
Specifies whether the control is visible when using the print preview.
Data
Tag
Adds additional information to a control; for example, the Id, by which the control can then be accessed via scripts.
Miscellaneous
(Name)
Determines the name of the control, by which it can be accessed in the Report Explorer, Properties window or via scripts.
Snap Line Margins
Specifies the margins for the control, which are maintained when the control is aligned using snap lines.
Favorites
Right-click on the Favorites tab and select Edit Favorite Property List to display the Favorite Properties Editor, which is used to customise the available properties on the Favorites tab.
Refer to Conditionally Modify Control Display, Styles Concepts and Handle Events via Scripts for further information.