Hello
I am working in WPF and have attempted to build a "hello world" report. i created a simple report using the wizard - no problem. Then i added a reportviewer to the main xaml page and gave it the name "viewer".
The xaml is as follows:
The namepaces that the control added to the page were:
Could not load type 'Telerik.Reporting.OpenXmlRendering.Presentation.PresentationReport' from assembly
'Telerik.Reporting, Version=5.0.11.316, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'.
References added are:
Telerik.Reporting
Telerik.Reporting.OpenXmlRendering
Telerik.Reporting.Service
Telerik.ReportViewer.Wpf
Telerik.Windows.Controls
Telerik.Windows.Controls.Input
Telerik.WIndows.Controls.Navigation
Telerik.WIndows.Data
Target Framework is .Net Framework 4 (not client)
I am working with Reporting Q1 2011 and RadControls for WPF Q1 2011
The page will not load with the report viewer on it. It crashes in the InitializeComponent() call of the page.
Of course, the page runs fine if i remove the reportviewer control.
When i search the class view for Presentation.PresentationReport there are no hits, so this file is not anywhere in the references. What am i missing?
any ideas please? I always do a very simple test application before moving forward. I would really like to have this tool work, so i can avoid going back to SSRS for reporitng.
Pam
I am working in WPF and have attempted to build a "hello world" report. i created a simple report using the wizard - no problem. Then i added a reportviewer to the main xaml page and gave it the name "viewer".
The xaml is as follows:
<tr:ReportViewer Name="viewer"/>
The namepaces that the control added to the page were:
xmlns
:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:tr="http://schemas.telerik.com/wpf" x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
I am getting the error:
Could not load type 'Telerik.Reporting.OpenXmlRendering.Presentation.PresentationReport' from assembly
'Telerik.Reporting, Version=5.0.11.316, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'.
References added are:
Telerik.Reporting
Telerik.Reporting.OpenXmlRendering
Telerik.Reporting.Service
Telerik.ReportViewer.Wpf
Telerik.Windows.Controls
Telerik.Windows.Controls.Input
Telerik.WIndows.Controls.Navigation
Telerik.WIndows.Data
Target Framework is .Net Framework 4 (not client)
I am working with Reporting Q1 2011 and RadControls for WPF Q1 2011
The page will not load with the report viewer on it. It crashes in the InitializeComponent() call of the page.
Of course, the page runs fine if i remove the reportviewer control.
When i search the class view for Presentation.PresentationReport there are no hits, so this file is not anywhere in the references. What am i missing?
any ideas please? I always do a very simple test application before moving forward. I would really like to have this tool work, so i can avoid going back to SSRS for reporitng.
Pam