The Table control is used to arrange the report information in a tabular layout.
When a Table control is dropped onto a report's band from the
Toolbox, it becomes a table of one row and three columns. If the user clicks and drags over several bands, the resulting table will be split by the bands into several tables. This enables the creation of a table header in the header band and the table's body, with one mouse move.
A Table control bound to data is created automatically when a data table is dragged and dropped from the
Field List window.
A Table control consists of
Table Row controls, each representing one table row. Each
Table Row consists in turn of
Table Cell controls, each representing one table cell. They can be selected and customised individually (see
Table Row and
Table Cell).
To select the Table control in Reporting, use the
Report Explorer or the dropdown menu of the
Property Grid.
In the Property Grid, the
Table control's properties are divided into the following groups:
Displays the Formatting Rules Editor, used to choose which rules should be applied to the control during report generation, and define the precedence of the applied rules. Refer to
Conditionally Change a Control's Appearance for further information.
Used to change the alignment of Table text. This option is also available on the Formatting Toolbar.
Specifies the vertical anchoring style of a Table, so that after page rendering it stays attached to the top control, bottom control, or both.
If the current report has a data source, the Tag property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and from the
Tag.Binding dropdown list, select the required data field.