New to Telerik Reporting? Download free 30-day trial

Deploying in WPF Applications Overview

This article describes how to deploy WPF Applications that use Telerik Reporting.

To deploy a WPF Application project containing WPF Report Viewer, used to deliver reports produced by Telerik Reporting, you need to make sure the assemblies physically exist in the bin folder of your application:

Required assemblies:

  • Telerik.Reporting.dll
  • Telerik.ReportViewer.Wpf.dll
  • Telerik.ReportViewer.Wpf.Themes.dll (if embedded implicit XAML styles are used)

The WPF report viewer requires the corresponding Telerik UI WPF assemblies, available at the time of the Telerik Reporting release:

  • Telerik.Windows.Data.dll
  • Telerik.Windows.Controls.dll
  • Telerik.Windows.Controls.Input.dll
  • Telerik.Windows.Controls.Navigation.dll

The corresponding NuGet packages can be referenced instead of the assemblies - Adding the Telerik Private NuGet Feed to Visual Studio

Optional assemblies:

Those assemblies add up to the core reporting functionality and should be used only if you need the specific feature. They are responsible for additional support formats, database session or retrieving data from an OLAP cube.

In this article