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

'ExportToolTip' property not found

2 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ADM-IT Denis Pujdak
Top achievements
Rank 1
ADM-IT Denis Pujdak asked on 10 May 2014, 10:05 AM
Telerik.ReportViewer.Silverlight 8.0.14.507

System.Windows.Data Error: BindingExpression path error: 'ExportToolTip' property not found on 'Telerik.ReportViewer.Silverlight.ReportViewerModel' 'Telerik.ReportViewer.Silverlight.ReportViewerModel' (HashCode=3057817). BindingExpression: Path='ExportToolTip' DataItem='Telerik.ReportViewer.Silverlight.ReportViewerModel' (HashCode=3057817); target element is 'System.Windows.Controls.ToolTip' (Name=''); target property is 'Content' (type 'System.Object')..

And my Telerik.ReportViewer.Silverlight.TextResources.pl-PL.resx doesn't work. How can I roll over my localization?

2 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 15 May 2014, 06:57 AM
Hi,

Search for ExportToolTip by string in all themes' Telerik.ReportViewer.Silverlight.xaml files and change the bindings as follows:
<ToolTipService.ToolTip>
    <ToolTip
             Content="{Binding TextResources.ExportToolTip}" />
</ToolTipService.ToolTip>
Then double-check the keys entered in the resource files and make sure they corresponds to the following list: Silverlight ReportViewer TextResources.

More details about the viewer's localization can be found in the Report Viewer Localization help article.

The problem with the themes is logged into our system, and your Telerik points are updated to thank you for reporting it.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
ADM-IT Denis Pujdak
Top achievements
Rank 1
answered on 06 Jun 2014, 09:37 AM
Ok. Thank you very much.
Tags
General Discussions
Asked by
ADM-IT Denis Pujdak
Top achievements
Rank 1
Answers by
Stef
Telerik team
ADM-IT Denis Pujdak
Top achievements
Rank 1
Share this question
or