This is a migrated thread and some comments may be shown as answers.

Telerik.ReportViewer.wpf 7.0.13.412 is not work in xp and windows 8

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dongki
Top achievements
Rank 1
Dongki asked on 23 Apr 2013, 08:46 PM
Hi
I am using your Telerik report in our program but ReportViewer is not working in xp and windows8. (windows 7 is good work)
So i re-downloaded the Q1 2013 build 7.0.13.412 and re-installed but it has a same problem.

My Source is simple ( i made it for the Telerik.ReportViewer test  )

<Window
 xmlns:tr="http://schemas.telerik.com/wpf" x:Class="tests.MainWindow"
 Title="MainWindow" Height="350" Width="525">
 <Grid>
  
<tr:ReportViewer Margin="33,23,40,22"/>
  
</Grid>
</Window>



using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
 
namespace tests
{
    /// <summary>
    /// MainWindow.xaml    /// </summary>
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
        }
    }
}

-------------------------------------------------------------

Also, I included the Telerik.Reporting dlls.

Telerik.Reporting    -  Q1 2013 build 7.0.13.412
Telerik.Reporting.XpsRendering
Telerik.ReportViewer.Wpf
Telerik.Windows.Controls    - 2013.1.403.40    , v4.0.30319
Telerik.Windows.Controls.Chart
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Data


This source is work in Windows 7 but is not work in XP and Windows 8.

What is problem?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Apr 2013, 12:38 PM
Hi,

Generally Telerik Reporting Q1 2013 internal builds are build with RadControls for WPF 2013.1.0220. In this line of thoughts if you want use newer RadControls for WPF version you have to set up the required assembly bindings as elaborated in the How to: Add report viewer to a WPF application help article.

If this is not the case please elaborate further on the error you are experiencing.

Kind regards,
Peter
the Telerik team

Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.

Tags
General Discussions
Asked by
Dongki
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or