Hi,
I've recently upgraded to the Q3 2012 Reporting controls. I've found that Telerik.ReportViewer.Silverlight.dll no longer contains "FormatedNumberConverter." I'm referencing the assembly as follows.
This is how my static resource is defined:
And this is how it's being used:
Is there a new way to handle this?
Thanks,
- Aaron
I've recently upgraded to the Q3 2012 Reporting controls. I've found that Telerik.ReportViewer.Silverlight.dll no longer contains "FormatedNumberConverter." I'm referencing the assembly as follows.
xmlns:Telerik_ReportViewer_Silverlight="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"This is how my static resource is defined:
<Telerik_ReportViewer_Silverlight:FormatedNumberConverter x:Key="FormatedNumberConverter"/>And this is how it's being used:
<TextBlock Margin="2, 0, 10, 0"TextAlignment="Center"Text="{Binding PageCount, ConverterParameter=of \{0\} pages, Converter={StaticResource FormatedNumberConverter}}"VerticalAlignment="Center">Is there a new way to handle this?
Thanks,
- Aaron