Using Telerik Reporting in a WPF application

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 23 Apr 2010 00:00:00 GMT Indexed on 2010/04/23 16:54 UTC
Read the original article Hit count: 542

Filed under:

Now that Telerik Reporting provides WPF support, let's see how to use it (a video is also available on Getting Started with the WPF viewer):

Creating the application

  1. Install RadControls for WPF 2010 Q1 SP1 (download | release notes).
  2. Install the corresponding Telerik Reporting version.
  3. Create a new WPF application project in Visual Studio
  4. Add references to the following Telerik RadControls for WPF assemblies:
    • Telerik.Windows.Controls
    • Telerik.Windows.Controls.Input
    • Telerik.Windows.Controls.Navigation
    • Telerik.Windows.Data
    NOTE: It is possible that the RadControls for WPF assemblies have a greater version than the one against which the WPF Report Viewer control was built. In this case you have to add appropriate assembly binding redirects (see Binding Redirects bellow).
  5. Drag and drop the ReportViewer control from the toolbox in the WPF window. If the ReportViewer is not available in the toolbox, you can add it using the instructions from the How to add the WPF ...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner