HI, I'm using Telerik Reporting 5.1.11.928, in the Report Viewer toolbar, I have and empty button, and I don't know what it is.
Any Idea? Please check attached file.
Thank you.
This is the code xaml code:
Any Idea? Please check attached file.
Thank you.
This is the code xaml code:
<
UserControl
x:Class
=
"Etelesolv.Telemanager.TME.UserControls.Invoice.InvoiceReportUC"
xmlns:my
=
"clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
mc:Ignorable
=
"d"
d:DesignHeight
=
"500"
d:DesignWidth
=
"400"
>
<
my:ReportViewer
Name
=
"ReportViewer1"
HorizontalAlignment
=
"Stretch"
MinWidth
=
"400"
RenderBegin
=
"ReportViewer1_RenderBegin"
ReportServiceUri
=
"../MyReportingService1.svc"
Report
=
"MyReport.Reporting.Invoice, MyReport.Reporting"
UseNativePrinting
=
"True"
/>
</
UserControl
>