Following is a step by step guide to deploy an ActiveReports WPF application.
Add the following ten assemblies in 'References' for the project and set their 'Copy Local' property to 'true'.
GrapeCity.ActiveReports.Chart.v7.dll=
GrapeCity.ActiveReports.Diagnostics.v7.dll
GrapeCity.ActiveReports.Document.v7.dll
GrapeCity.ActiveReports.Export.Image.Unsafe.v7.dll
GrapeCity.ActiveReports.Export.Image.v7.dll
GrapeCity.ActiveReports.Export.Rdf.v7.dll
GrapeCity.ActiveReports.Extensibility.v7.dll
GrapeCity.ActiveReports.v7.dll
GrapeCity.ActiveReports.Viewer.Win.v7.dll
GrapeCity.ActiveReports.Viewer.Wpf.v7.dll
Build the application.
And the application is deployed!