Posted 13 Apr 2012 Link to this post
<
UserControl
x:Class
=
"Etelesolv.Telemanager.TME.UserControls.Invoice.InvoiceReportUC"
xmlns
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
"http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc
"http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:my
"clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
xmlns:d
"http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable
"d"
d:DesignHeight
"500"
d:DesignWidth
"400"
>
my:ReportViewer
Name
"ReportViewer1"
HorizontalAlignment
"Stretch"
MinWidth
RenderBegin
"ReportViewer1_RenderBegin"
ReportServiceUri
"../MyReportingService1.svc"
Report
"MyReport.Reporting.Invoice, MyReport.Reporting"
UseNativePrinting
"True"
/>
</
Posted 17 Apr 2012 Link to this post