Exploring the flexibility of a tablix data region in a paginated report (Report Builder)

Applies to: ✅ Microsoft Report Builder (SSRS) ✅ Power BI Report Builder ✅ Report Designer in SQL Server Data Tools

In a paginated report, when you add a table, matrix, or list data region from the Insert tab on the ribbon, you start with an initial template for a tablix data region. But you are not limited by that template. You can continue to develop how your data displays by adding or removing any tablix data region feature such as groups, rows, and columns.

When you delete a row or column group, you have the option of deleting the rows and columns that are used to display group values. You can also add or remove rows and columns manually. To understand how rows and columns are used to display detail and group data, see Tablix Data Region (Report Builder and SSRS).

After you change the structure of the tablix data region, you can set properties to help control the way the report renders the data region; for example, you can repeat column headers at the top of every page, or keep a group header with the group. For more information, see Controlling the Tablix Data Region Display on a Report Page (Report Builder and SSRS).

Adding Row properties to a Table

You can also change headers for row data within the row properties of a tablix. By right-clicking inside a row you can select row properties to set row headers under the accessibility menu. Adding row properties allows you to overwrite the structure type by adding a Header cell or a Data cell. This addition is especially helpful to report authors who need to add enriched accessibility features for optimal support with screen-reader technologies.

Note

You can create and modify paginated report definition (.rdl) files in Microsoft Report Builder, Power BI Report Builder, and in Report Designer in SQL Server Data Tools.

Changing a Table to a Matrix

By default, a table has detail rows that display the values from the report dataset. Typically, a table includes row groups that organize the detail data by group, and then includes aggregated values based on each group. To change the table to a matrix, add column groups. Typically, you would remove the details group when the data region has both row and column groups so that you can display only the summary values for the groups. For more information, see Add or Delete a Group in a Data Region (Report Builder and SSRS).

By definition, when you create a matrix, you add a tablix corner cell. You can merge cells in this area and add a label. For more information, see Merge Cells in a Data Region (Report Builder and SSRS).

Changing a Matrix to a Table

By default, a matrix has row groups and column groups and no detail group. To change a matrix to a table, remove column groups and add a details group to display on the details row. For more information, see Add or Delete a Group in a Data Region (Report Builder and SSRS) and Add a Details Group (Report Builder and SSRS).

Changing a Default List to a Grouped List

By default, a list has detail rows and no groups. To change the list to use a group row, rename the details group and specify a group expression. For more information, see Add or Delete a Group in a Data Region (Report Builder and SSRS)

Creating Stepped Displays

By default, when you add groups to a tablix data region, cells in the row group header area display group values in column. When you have nested groups, each group displays in a separate column. To create a stepped display, remove all group columns except one, and format the remaining column to display the group hierarchy as an indented text display. For more information, see Create a Stepped Report (Report Builder and SSRS).

Adding an Adjacent Details Group

By default, the details group is the innermost child group in a group hierarchy. You cannot nest a group under the details group. You can create additional adjacent details groups, to display the top 5 products and the bottom 5 products by sales, for example. Because you can add filter and sort expressions on each group, you can show two views of detail data from the same dataset in one tablix data region. For more information, see Understanding Groups (Report Builder and SSRS), Add or Delete a Group in a Data Region (Report Builder and SSRS), and Add a Filter to a Dataset (Report Builder and SSRS).

See Also

Tablix Data Region (Report Builder and SSRS)
Tables, Matrices, and Lists (Report Builder and SSRS)
Tables (Report Builder and SSRS)
Matrices (Report Builder and SSRS)
Lists (Report Builder and SSRS)