New to Telerik Reporting? Download free 30-day trial

Assemblies and Assets Included in the Installation

This article explains what assemblies and other assets are included in the Telerik Reporting product installation.

General Organization

The assemblies come sorted in several folders so that you can use the ones you need. Depending on the .NET framework version your project targets, you will find the assemblies in the following corresponding directories:

  • If you target .NET Framework, use the assemblies from the Bin folder.
  • If you target .NET Standard, use the assemblies from the \Bin\netstandard2.0 folder.
  • If you target .NET 6, use the assemblies from the \Bin\net6.0 and \Bin\net6.0-windows folders.
  • If you target .NET 7, use the assemblies from the \Bin\net7.0 and \Bin\net7.0-windows folders.

Main Assemblies

The following table describes the folder structure for the Telerik Reporting main assemblies.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Bin
  • Telerik.Reporting.dll
  • Telerik.ReportViewer.Mvc.dll
  • Telerik.ReportViewer.WebForms.dll
  • Telerik.ReportViewer.WinForms.dll
  • Telerik.ReportViewer.Wpf.dll
  • Telerik.Reporting.Adomd.dll
  • Telerik.Reporting.Services.ServiceStack.dll
  • Telerik.Reporting.Services.WebApi.dll
  • Telerik.Reporting.XpsRendering.dll
  • Telerik.Reporting.OpenXmlRendering.dll
  • Telerik.Reporting.Cache.Database.dll
...Progress\Telerik Reporting 2024 Q1\Bin\netstandard2.0
  • Telerik.Reporting.dll
  • Telerik.WebReportDesigner.Services.dll
  • Telerik.ReportViewer.Blazor.dll
  • Telerik.Reporting.WebServiceDataSource.dll
  • Telerik.Reporting.Services.HttpClient.dll
  • Telerik.Reporting.Services.AspNetCore.dll
  • Telerik.Reporting.OpenXmlRendering.2.7.2.dll
  • Telerik.Reporting.OpenXmlRendering.3.0.1.dll
  • Telerik.Reporting.JsonSerialization.dll
  • Telerik.Reporting.Data.Schema.dll
  • Telerik.Reporting.Cache.StackExchangeRedis.dll
  • Telerik.Reporting.Cache.StackExchangeRedis.2.dll
...Progress\Telerik Reporting 2024 Q1\Bin\net6.0
  • Telerik.WebReportDesigner.Services.dll
  • Telerik.Reporting.Services.AspNetCore.dll
...Progress\Telerik Reporting 2024 Q1\Bin\net6.0-windows
  • Telerik.ReportViewer.WinForms.dll
  • Telerik.ReportViewer.Wpf.dll
  • Telerik.ReportViewer.Wpf.Themes.dll
  • Telerik.ReportViewer.WinUI.dll
  • Telerik.ReportViewer.WinUI.Themes.dll
  • Telerik.WinUI.Controls\
...Progress\Telerik Reporting 2024 Q1\Bin\net7.0
  • Telerik.WebReportDesigner.Services.dll
  • Telerik.Reporting.Services.AspNetCore.dll
...Progress\Telerik Reporting 2024 Q1\Bin\net7.0-windows
  • Telerik.ReportViewer.WinForms.dll
  • Telerik.ReportViewer.Wpf.dll
  • Telerik.ReportViewer.Wpf.Themes.dll

Installed Samples

The following table describes the folder structure for the Telerik Reporting installed samples.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Examples\bin The external dependencies.
...Progress\Telerik Reporting 2024 Q1\Examples\CSharp The C# example solutions.
...Progress\Telerik Reporting 2024 Q1\Examples\Data The AdventureWorks OLTP database installation scripts.
...Progress\Telerik Reporting 2024 Q1\Examples\VB The VB example solutions.

Standalone Report Designer

The following table describes the folder structure for the Standalone Report Designer.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Report Designer The Standalone Report Designer.
...Progress\Telerik Reporting 2024 Q1\Report Designer\Examples The example reports.

Web Report Designer

The following table describes the folder structure for the Web Report Designer files.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Html5\ReportDesigner\js The code and localization resources of the Web Report Designer.
...Progress\Telerik Reporting 2024 Q1\Html5\ReportDesigner\styles The CSS files for the Web Report Designer.

Report Viewer Files

The following table describes the folder structure for the miscellaneous Report Viewers files.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Html5\ReportViewer The JavaScript and CSS files, and the template for the HTML5 Report Viewer.
...Progress\Telerik Reporting 2024 Q1\Wpf\Themes The WPF Report Viewer themes.

Administrative Utilities

The following table describes the folder structure for the miscellaneous administrative utilities.

Directory Description
...Progress\Telerik Reporting 2024 Q1\Tools The Database Cache Configurator.
In this article