This section describes simple steps to design a RDL report using the Standalone Report Designer. First, launch the Bold Reports Designer application shortcut from your desktop/start menu.

The Bold Reports® Designer will be launched with a new blank report.

Data Configuration panel. It opens the Data panel.
New Data button in the data panel.

SQL type to connect the data.

myserver.domain.com.
Connect button. Now the following view will be displayed.

Here, an AdventureWorks database is used for the demonstration.
You can edit the name of the Data in the Name field that is available in the toolbar pane.

The left pane holds the tables, views, and procedures associated with the connected database. Drag your preferred table or view from the left pane and drop into the center pane labeled with Drag and Drop table here like below:

Now, the table will be dropped into the design area as shown below.

Run option in the tools pane.


Finish button in the tools pane.

Data panel as shown below.


The left pane in the design view consists of basic items, data regions, data visualization, and sub reports to design an interactive report.
Here, the
Tablereport item is used for a demonstration.
Table item under Data Regions in the item panel, then drag and drop it to the design area.

Table with two rows and three columns in the design area.

This step is applicable only for the report items that belongs to
data visualizationanddata regioncategory.
Assign the dataset to the Dataset property of the table.

Text Editor icon to open the dialog, and enter ProductID as the column header text.ProductID, follow the steps outlined in the Set header text section.


Data assign menu icon to open data assign menu.

ProductID field in the table cell.


=Fields!OrderQty.Value*Round(Fields!UnitPrice.Value,2) expression into a selected Tablix cell, follow the steps outlined in the Set expression using Text Editor Dialog section.
To improve the report readability, we can resize the table row height and column width.




Open the PROPERTIES pane. This pane holds some general settings and some specific to the report item. Configure the desired settings on the table for better report design and to improve report readability.

Select the second row, first cell and Right click -> Add Total

Now, select the third row, first four columns and Right click -> Merge cells

Modify the cell content to Total using the Text Editor dialog, and align the content to Right side.

Select the last cell in the third row, and to add the expression =Sum(Fields!OrderQty.Value*Round(Fields!UnitPrice.Value,2)), follow the steps outlined in the Set expression using Text Editor Dialog section.
Now, the table design will look like below.

Once you are done with the report design to save a report, refer to the How to save report section.

Download the above report design from the link.