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 on how to create report and design a report in the Bold Reports® On-Premise.
All Reports permission, then the user can create reports in any category.Reports in Category permission with some chosen categories, then the user can only create reports in those chosen categories.Click on the [+] icon from the toolbar and click on the Start from Scratch option.

Enter the report name in the dialog box and click on 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.

Read Write Deletepermission for thatSpecific Reportwill be added for the user who created the report.
Data panel by clicking on the Data icon in the configuration panel.
EXPLORE SAMPLE DATA in the data panel.

Sales data and click Add.

DataSource and DataSet will be added in the report.

The left pane in the design view consists of basic items, data region, data visualization, and sub reports to design an interactive report.
Here, the
Chartreport item is used for demonstration.
Select any of the Chart type in the left pane, then drag and drop it to the design area.
Here,
Columnchart is used for demonstration.

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
data visualizationanddata regioncategory.

Properties button in the configuration panel, the property pane opens. Now, switch to DATA tab.

DATA tab holds data configuration view.
Measures section; other type of columns and dimension expressions are listed under the Dimensions section.

Measure section and drop it in the Y Values section.
Now, the report item design will look like below:

Settings icon (highlighted below) to open the aggregation type drop-down list.

Dimensions section to measure against any of the selected numeric column(s) in Y Value(s) section, and drop into the Column(s) section.
Now, the report item design will look like below:

Now, the report item design will look like below.

Navigate to the PROPERTIES tab in the properties pane.

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

Once you are done with the report designing, click on the Publish option.


Download the above report design from the GitHub repository.
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 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 illustrates the list of available APIs related to Add 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. |