The following steps guides you to design ssrs rdl report using table.
Data Regions
category.
Once you drop the table item, the Table
renders with two rows and three columns in the design area.
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.
There are a few different ways to assign the fields into a table:
DATA
panel.Content
property.DATA
panel and expand the required dataset.
Select the table cell and click on the Data assign
menu icon to open data assign menu.
Click on the required data field name in the menu.
The fields of the dataset which is assigned to
Dataset
property of table will be listed in the menu.
Now, the respective field will be assigned to the respective cell like below.
Content
property, type the value or set the data field using the expression editor.
Refer Set expression section to open expression menu and to set expression.
=Fields!Sales.Value
expression is entered in the content property field to assign Sales
data field into the respective cell.
Sales
field will be denoted in the respective cell like below.
You can provide the header text for each column of the table in two ways:
Data assign
menu icon to open data assign menu.
Add Text
option in the menu. Now, an Add Text
dialog will be opened like below.
Add
button.
Content
property, type the header text in the content property textbox and press Enter
.
To improve the report readability, we can resize the table row height and column width.
A simple table design will look like below.
Download the above report design from link.