I have a problem while I am trying to add telerik reportviewer in silverlight application.
I am getting error:
Error HRESULT E_FAIL has return from call to a COM component.
I am trying below written code:
<controls:ChildWindow x:Class="ImageEditor.TReportView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
Width="650" Height="900" xmlns:telerikReport="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
Title="TReportView">
<Grid x:Name="LayoutRoot" Background="White" >
<telerikReport:ReportViewer Margin="5,5,5,5" UseNativePrinting="False" Name="reportViewer" Width="Auto" Height="Auto" ReportServerUri="../ReportService.svc"
</Grid>
</controls:ChildWindow>
Telerik.Reporting.Service, Version=5.1.11.713
Telerik.ReportViewere.Silverlight version =5.1.11.713
VS2010 in windows 2007
Thanks!
SSD
I am getting error:
Error HRESULT E_FAIL has return from call to a COM component.
I am trying below written code:
<controls:ChildWindow x:Class="ImageEditor.TReportView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
Width="650" Height="900" xmlns:telerikReport="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
Title="TReportView">
<Grid x:Name="LayoutRoot" Background="White" >
<telerikReport:ReportViewer Margin="5,5,5,5" UseNativePrinting="False" Name="reportViewer" Width="Auto" Height="Auto" ReportServerUri="../ReportService.svc"
</Grid>
</controls:ChildWindow>
Telerik.Reporting.Service, Version=5.1.11.713
Telerik.ReportViewere.Silverlight version =5.1.11.713
VS2010 in windows 2007
Thanks!
SSD