Note: Starting from v6.1, the default interface for creating or editing reports will be the
new designer. The appearance ofold designerhas beendeprecated. For more information related to this change, please refer to the corresponding section.
This section explains how to create and design a report in Bold Reports® On-Premise.
All Reports permission, then the user can create reports in any category.Reports in Category permission for some chosen categories, then the user can only create reports in those chosen categories.Click the [+] icon in the toolbar and click on the Start from Scratch option.

Enter the report name in the dialog box, then click the Add and Design button.

The report will be automatically saved as a draft if the user does not publish it, and you can view unpublished reports on the Drafts listing page.
Now, the report designer page opens in a new tab, with a blank report by default.

- Click on the
Try the new designertoggle button to experiment with the new designer.
- The
Read Write Deletepermissions for thatSpecific Reportwill be added for the user who created it.
To add data, open the Data panel by clicking on the Data icon in the configuration panel.
![]()
Click on EXPLORE SAMPLE DATA in the data panel.

From the available data, select Sales data and click Add.

Now, a new DataSource and DataSet will be added in the report.

In the design view, the left pane consists basic items, data regions, data visualizations, and sub reports, facilitating the creation of an interactive report.
Here, the
Chartreport item is being used for demonstration purposes.
Select any of the Chart type in the left pane, then drag and drop it into the design area.
Here,
Columnchart is being used for demonstration purposes.

The above action will render the Chart report item in the design area.

This step is applicable only for the report items that belongs to the
data visualizationanddata regioncategory.
To bind data to a report item placed in the design area, focus on that report item.

Click the Properties button in the configuration panel to open the property pane. Then, switch to the DATA tab.

The DATA tab holds data configuration view.
The available data in the report will be listed in the drop-down menu. Choose a data from the drop-down list.

Numeric columns and numeric expressions are listed under the Measures section, while other types of columns and dimension expressions are listed under the Dimensions section.

Drag and Drop Measure Element:
Select and drag the numeric column (measure element) or the numeric expression column from the Measures section and drop it into the Y Values section.
Now, the report item design will appear as follows:

Aggregate Options:
Click the Settings icon (highlighted below) to open the drop-down list for aggregation types.
You can set the aggregation type used to compute the selected column.

Drag and Drop Dimension Element:
Select and drag the dimension element from the Dimensions section to measure against any of the selected numeric column(s) in Y Value(s) section, and drop it into the Column(s) section.
Now, the report item design will appear as follows:

Grouping:
You can group the added column element with another column by adding the respective dimension element into the Row(s) section.
Now, the report item design will appear as follows:

Navigate to the PROPERTIES tab in the properties pane.

This pane contains both general settings and settings specific to the report item. Configure the desired settings for the chart to enhance report design and improve report readability.

Once you are finished with the report design, publish the report by clicking either the Publish or Publish As button in the tools pane.

In the dialog below, click Publish.

To see the report preview, click on the Preview button in the center of the report header.
![]()
Now, the report preview can be visualized as follow:

You can download the above report design.
From v6.1 , when creating a new report or editing an existing one, the designer will be displayed by default using the new designer. The old designer look has been deprecated.

If you still prefer the old designer look, navigate to Settings -> Configuration -> reporting/config.xml, set IsOldViewerDesigner node to true, and then save the changes.<IsOldViewerDesigner>true</IsOldViewerDesigner>

Now the report designer will now look as follows:

If you have previously saved your designer preference on the user profile page, that saved preference will no longer considered, and the related options will no longer be available.
Link a Shared DataSource into a Report
Link a Shared DataSet into a Report
Create a Duplicate Copy of DataSource in a Report
Create a Duplicate Copy of DataSet in a Report
Add a Report Parameter to a Report
The following table lists the available APIs related to adding reports in Bold Reports® On-Premise.
| Action | HTTP Method | Endpoint | Description |
|---|---|---|---|
| AddReport | POST | /api/site/{tenant-name}/v1.0/reports | Add report to the server. Report details must be passed as input. |