Thanks in advance for reading this... and for any help that you can be.
Realizing that there are 2 different xaml parsers in play here, (though I am told they are going to standerdize to one in the next version of VS / Blend), I get a namespace resolution error - "The name "ReportViewer" does not exist in the namespace "clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerick.ReportViewer.Silverlight"
The tag in the xaml page is :
The namepace decleration at the top of the xaml page is:
Any Ideas?
Thanks again...
-Deva
Realizing that there are 2 different xaml parsers in play here, (though I am told they are going to standerdize to one in the next version of VS / Blend), I get a namespace resolution error - "The name "ReportViewer" does not exist in the namespace "clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerick.ReportViewer.Silverlight"
The tag in the xaml page is :
<
telerik:ReportViewer
x:Name
=
"ReportViewer1"
Width
=
"Auto"
<BR>
ReportServiceUri="../ReportService.svc"<
BR
>
Report="Cavatica35ReportsLibrary.Relationships, Cavatica35ReportsLibrary,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/><
BR
>
xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
Any Ideas?
Thanks again...
-Deva