This is a migrated thread and some comments may be shown as answers.

Empty Button in ReportViewer

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris Thierry
Top achievements
Rank 1
Chris Thierry asked on 13 Apr 2012, 08:22 PM
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:
<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>

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Apr 2012, 12:36 PM
Hi Chris,

In Q3 2011 we've introduced Interactive view and Print preview for all viewers (for more info see Interactive vs. Print Layout help article). To switch between both, you need to use the button you refer to as empty. As the template for the Silverlight report viewer is insight the RadControls for Silverlight controls, I suspect you have used newer version of those assemblies. To resolve the issue, please upgrade both Telerik Reporting and RadControls for Silverlight assemblies to be from the same Q e.g. Q3 2011. This guarantees that the viewer's template would match any new functionality we've added.

Kind regards,
Steve
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
Tags
General Discussions
Asked by
Chris Thierry
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or