Search results
Suggest a FeaturePDF

Design ssrs rdl report using table

The following steps guides you to design ssrs rdl report using table.

Add a table to the report

  1. The table report item is listed in the item panel under the Data Regions category. Tablix listed in item panel
  2. Drag and drop the table report item into the design area from the item panel. Drag and drop tablix report item into design area
  3. Respective table properties will be listed in the properties panel. Tablix item with properties view

Initial design

Once you drop the table item, the Table renders with two rows and three columns in the design area.

Tablix renders with fixed number of row and colums

Each cell in the table is nothing but a simple textbox. The cell in a list contains a rectangle. You can replace a default report item with a different report item.

Assign data fields

There are a few different ways to assign the fields into a table:

  • Drag and drop data fields from the DATA panel.
  • Select the field from the data assign menu provided in each cell.
  • Set expression using Multi-Text Run Editor Dialog.

Drag and drop data fields

  1. Open the DATA panel and expand the required dataset. Data category
  2. Drag a field from the list and drop into a required cell. Data category

Assign fields using data assign menu

  1. Select the table cell and click on the Data assign menu icon to open data assign menu. Data assign menu

  2. Click on the required data field name in the menu. Data assign menu

    The fields of the dataset which is assigned to Dataset property of table will be listed in the menu.

  3. Now, the respective field will be assigned to the respective cell like below. Data assign menu

Set expression using data assign menu

  1. Select the table cell and click on the Data assign menu icon to open data assign menu. Open Data assign menu
  2. Click the Add Expression option from the menu. The Expression Editor dialog opens, as shown below. Expression Editor
  3. Set the Expression in the Expression editor and click OK. Expression Editor
  4. Click OK to assign added expression into the respective tablix cell. Tablix

Set header text using data assign menu

  1. Select the table cell and click on the Data assign menu icon to open data assign menu. Open Data assign menu
  2. Click on Add Text option in the menu. Now, Multi-Text Run Editor Dialog dialog will be opened like below. Multi-Text Run editor dialog
  3. Enter the desired header text in the text editor area and click the Save button. Multi-Text Run editor dialog
  4. Now, the text will be displayed in the respective cell like below. Tablix

Resize the column

To improve the report readability, we can resize the table row height and column width.

  1. Place the mouse pointer in the respective column border. Resize the table column
  2. Drag the column gripper horizontally, to adjust the column width. Adjust column width of the table

Resize the row

  1. Place the mouse pointer in the respective row border. Resize the table row
  2. Drag the row gripper vertically, to adjust the row height. Adjust row height of the table

Final design

A simple table design will look like below.

Adjust row height of the table

Download the above report design from link.