Download and installation

This section briefly describes the steps involved in downloading and installing the Standalone Report Designer setup.

Register and download Standalone Report Designer

  1. Go to the Standalone Report Designer Home page and click Try it now. Product home page

  2. Register with a new account or sign in with an existing account. Account login page

  3. After you sign in, you will be redirected to the Bold Reports® Cloud site. Click the profile icon in the top-right corner and select View account. Cloud page

  4. You will be redirected to the accounts page. Product accounts page

  5. Expand the Downloads & Keys section and select Downloads. Product download page

  6. Under Standalone Report Designer, select the file type and click Download. Standalone Report Designer setup download

Installing Standalone Report Designer

  1. After downloading the setup file, double-click the EXE in its saved location to start the installation. Standalone Report Designer Installer Extraction

  2. Sign in with your registered email address to unlock the setup. Bold Reports<sup>®</sup> license agreement

  3. Accept the license agreement for Standalone Report Designer by clicking License Terms and Conditions.

    Note:

    • For versions below 10.x.x: You will encounter a consent window titled Consent to install CefSharp binaries and dependencies. Carefully read and accept the terms presented. Then, click Next to proceed with the installation.
    • For versions 10.x.x and above: The CefSharp dependency is no longer required due to the WebView2-based implementation.
  4. Choose the location where you would like to install the Standalone Report Designer setup and click Install. Path Selection Wizard

  5. Read and accept the license to ship the selected client libraries, then click Install. Client library agreement

  6. The installation will now begin. You can cancel the installation at any time by clicking Cancel, if you prefer. Progress bar Wizard

  7. Upon successful installation, the following screen will appear. Click Launch Application to start the program. Finish Wizard

  8. After installing the setup, two separate launchers will be added to your desktop: Bold Reports Designer and Bold Reports RDLC Designer. These are used for creating and editing RDL and RDLC reports, respectively. Desktop Shortcuts

Offline installation

  1. After downloading the setup file, double-click the EXE in its saved location to start the installation. Standalone Report Designer Installer Extraction

  2. For offline installation, unlock the setup using an offline key. If you don’t have the setup unlock key, click here as shown in the image below to download it. Installation Using Product Key

  3. This will redirect you to the Bold Reports® downloads page. Installation Using Product Key

  4. Expand the Downloads & Keys section and select Claim License Key. Claim License Key page

  5. To download the unlock key file, expand the Get Unlock Key File accordion, select the Standalone Report Designer tab, and click the Download Unlock Key File button to download a file with the .lic extension. Get Unlock Key

  6. To unlock the setup, upload the downloaded .lic file. Then, select the check box to accept the license terms and conditions and click Next.

    Installation Using Product Key

  7. Follow steps 4 to 7 as described in the Installing Standalone Report Designer section.

Difference between RDL and RDLC designer

Using the Bold Reports RDL Designer, you can design RDL standard reports (.rdl). On the other hand, Bold Reports RDLC Designer can be used to design RDLC standard reports (.rdlc). Both RDL and RDLC reports follow the same XML schema format. Detailed differences between the RDL and RDLC designers are tabulated as follows.

RDL Designer RDLC Designer
It supports designing the 2008, 2010, and 2016 schema versions of Report Definition Language (RDL) reports. The connection string and query details are stored within the report in the form of a data source and data set. It supports designing the 2008, 2010, and 2016 schema versions of Report Definition Language Client-side (RDLC) reports. This format contains only meta-information of data set fields.
It provides built-in data connectors such as SQL, Oracle, OLEDB, ODBC, XML, and REST API data sources. Report data is processed by the built-in connectors using the connection string and query details stored in the respective RDL report. It does not have built-in data connectors. Instead, it requires you to manually build the data set fields and pass the data information to process the report.
The RDL reports are ready to be published and uploaded to a SQL Reporting Server or Bold Report Server. The RDLC reports are not suitable for server-side publishing and processing.
The RDL designer is recommended for users who want to publish reports to a server and access them from multiple applications using a single point (server). The RDLC designer is recommended for users who want to maintain a copy of the report definition in an application and pass data from the application level to process the report.

You can use both RDL and RDLC designers for different purposes. The RDL designer is recommended for users who want to publish reports to a server and access them from multiple applications using a single point (server). The RDLC designer is recommended for users who want to maintain a copy of the report in an application and pass data from the application level to process the report.