The tablix data region is a generalized layout report item that displays report data in cells that are organized into rows and columns. Report data can be detail data as it is retrieved from the data source, or aggregated detail data organized into groups that you specify. Each tablix cell can contain any report item, such as a text box or an image, or another data region, such as a tablix region, chart, or gauge. To add multiple report items to a cell, first add a rectangle to act as a container. Then, add the report items to the rectangle.
The table, matrix, and list data regions are represented on the ribbon by templates for the underlying tablix data region. When you add one of these templates to a report, you are actually adding a tablix data region that is optimized for a specific data layout. By default, a table template displays detail data in a grid layout, a matrix displays group data in a grid layout, and a list displays detail data in a free-form layout.
By default, each tablix cell in a table or matrix contains a text box. The cell in a list contains a rectangle. You can replace a default report item with a different report item, such as an image.
When you define groups for a table, matrix, or list, Report Builder and Report Designer add rows and columns to the tablix data region on which to display grouped data.
To understand the tablix data region, you must first understand the following:
-
The difference between detail data and grouped data.
-
Groups, which are organized as members of group hierarchies on the horizontal axis as row groups and on the vertical axis as column groups.
-
The purpose of tablix cells in the four areas of a tablix data region: the body, the row group headers, the column group headers, and the corner.
-
Static and dynamic rows and columns, and how they relate to groups.
These concepts help you to recognize the structure that Report Builder and Report Designer add for you when you add templates and create groups, and to modify the structure to suit your own needs. Report Builder and Report Designer provide multiple visual indicators to help you recognize tablix data region structure. For more information, see Tablix Data Region Cells, Rows, and Columns (Report Builder) and SSRS.
Note
|
|
You can create and modify report definitions (.rdl) in Report Builder and in Report Designer in SQL Server Data Tools. Each authoring environment provides different ways to create, open, and save reports and related items. For more information, see Designing Reports in Report Designer and Report Builder (SSRS) on the Web at microsoft.com.
|