Deploying WPF Applications
This article describes how to deploy WPF Application 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)
Optional assemblies:
These 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 (Telerik.Reporting.XpsRendering.dll).
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 and Telerik 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).
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