New to Telerik ReportingStart a free 30-day trial

Installation Approaches for Telerik Reporting

Telerik Reporting supports three installation approaches: the Control Panel, the MSI installer, and NuGet packages. Choose the approach based on whether you need design-time support and how you plan to manage the installation in your workflow.

After installing the product, you need to download and activate your Telerik Reporting License Key.

Use this table to choose the approach that fits your workflow:

ApproachBest ForDesign-Time Support
Control PanelEvaluating the product or managing multiple Telerik products on your machine.Yes
MSI installerFull local installation with Visual Studio integration, sample projects, and the Standalone Report Designer.Yes
NuGet packagesAdding Telerik Reporting to an existing project or automating installation in a CI/CD pipeline.No

Using the Control Panel

You can install Telerik Reporting by downloading and running the Progress Control Panel. The Control Panel manages downloads, installations, and updates across all your Telerik products from a single interface. For complete instructions, refer to the Progress Control Panel online documentation.

The Progress Control Panel automatically downloads and stores your license key in your home directory, making it available for all projects you develop on your local machine. For details, see Setting Up Telerik Reporting License Key.

Using the MSI File

You can install Telerik Reporting by using the .msi file for a full local installation. The installer adds Telerik Reporting to your computer under Program Files/Progress, creates the required virtual folders and projects, and provides all files needed for development with Telerik Reporting.

The MSI installation wizard installs the product by default in the C:\Program Files (x86)\Progress\Telerik Reporting 2026 Q3 folder.

The MSI installer is the recommended approach for a full local installation. It automatically registers the required Telerik Reporting assemblies in the machine GAC for the Visual Studio Report Designer, configures the Project and Item Templates across all Visual Studio instances, and creates and populates the AdventureWorks sample database for the sample projects.

Specifics

During the MSI installation process, note the following:

  • For Telerik Reporting versions earlier than R3 2017, the default installation paths were C:\Program Files\Telerik\ and C:\Program Files (x86)\Telerik\.
  • The latest package available for download has all updates and hotfixes applied. You do not need to update it further after installation.
  • The MSI installation does not overwrite previous Telerik Reporting installations unless the new installation is the same version. The installer keeps your existing installation and places new files in a separate folder.
  • The Downloads page lists previously downloaded products. For any missing products or product versions, contact the Sales team through the support ticketing system by submitting a General Feedback thread.

MSI Installation

To install Telerik Reporting through the MSI automatic installer file:

  1. Log into your Telerik account. Select the Downloads tab to view the available products and select Telerik Reporting.

  2. From the next page, download the MSI installation and the documentation files, and download the automatic installation MSI file. The source code is available for download only for commercial license holders.

  3. When the download completes, run Telerik_Reporting_[suiteversion].msi. In the dialog that appears after you execute the MSI file, confirm that you have read and accepted the License Agreement.

    The Welcome Page of the Telerik Reporting Installation Wizard

  4. In the dialog that opens, select the features you require.

    • If Telerik Reporting does not locate a local SQL Server instance, or if the SQL Server Browser Service is stopped, the Examples dialog option installs the examples, but the application configuration files do not contain valid connection strings. You can still access working demos on the Telerik Reporting demos page.
    • To set up the examples with a valid connection string, select Examples Setup. All local SQL Server 2005 and later instances are supported.
    • The examples require the MS SQL Server AdventureWorks database. If the database is not already available on your machine, the wizard deploys it locally.
    • To install AdventureWorks manually from the SQL script in the installer, navigate to [InstallDir]/Examples/Data/AdventureWorks OLTP. For the script to run correctly, uncomment the SET @data_path = 'C:\Program Files\Microsoft SQL Server\90\Tools\Samples\AdventureWorks OLTP\'; statement and specify the correct path to the CSV data files in the same folder.

    The Configuration Page of the Telerik Reporting Installation Wizard

  5. (If Examples Setup was selected) In the Setup Wizard dialog, select your Database Server and the authentication for the connection. The Wizard detects all running instances and lists them in the input field.

    To enable the wizard to detect all running SQL Server instances, start the SQL Server Browser Service.

    The Setup Page for the Samples Database of the Telerik Reporting Installation Wizard

    Installation progress bar during Telerik Reporting setup

    The completion step of the Telerik Reporting Installation Wizard

Using NuGet Packages

You can add Telerik Reporting to a project by installing NuGet packages from the Telerik NuGet server at https://nuget.telerik.com/v3/index.json. The packages contain the libraries for .NET Core projects, the Reporting Engine, and the Reporting REST WebAPI-based service.

The Telerik Reporting NuGet packages do not include design-time support. If you need the Visual Studio Report Designer or the Standalone Report Designer, use the MSI installer instead.

Use one of the following installation paths for NuGet packages:

See Also