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.
- XPS rendering extension requires
Telerik.Reporting.XpsRendering
assembly. - DOCX/PPTX/XLSX rendering extensions require
Telerik.Reporting.OpenXmlRendering.dll
and Third-Party Dependencies (DocumentFormat.OpenXml.dll
v.2.0.5022.0 or above with binding redirect. -
Database Session State Provider requires
Telerik.Reporting.Cache.Database.dll
andTelerik Data Access
. -
CubeDataSource requires
Telerik.Reporting.Adomd.dll
and Third-Party Dependencies (Microsoft.AnalysisServices.AdomdClient.dll
v.10.0.0.0 or above with proper binding redirects).