I just upgraded my silverlight project to the latest downloads
Silverlight - v2013.2.611.1050
Reporting Q2 2013 7.1.13.612
Now one of my reports is no longer working.
When i view the report in my silverlight project, i am getting the following error
I have identified the cause of the error to the ".Action" of a textbox.
If i remove the Action, the report will generate as normal.
This error happens if i navigate to another report OR if i simply navigate to a URL
If i Preview the report in Design view, the Report WILL generate correctly, so it seems to be related to the View Control
This is my only report that is broken after the update. All the other reports work as expected.
Any ideas on how to fix?
Silverlight - v2013.2.611.1050
Reporting Q2 2013 7.1.13.612
Now one of my reports is no longer working.
When i view the report in my silverlight project, i am getting the following error
Error: System.Windows.Markup.XamlParseException : The attachable property 'Action' was not found in type 'Interactivity'. [Line: 1 Position: 4919]
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
at System.Windows.Markup.XamlReader.Load(String xaml)
at Telerik.ReportViewer.Silverlight.ReportViewerModel.GetUIElement(Byte[] buffer)
at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnPageLoaderPageLoaded(Object sender, PageInfoArgs e)
at Telerik.ReportViewer.Silverlight.ReportViewerModel.PageLoader.OnPageLoaded(Object sender, PageInfoArgs args)
at Telerik.ReportViewer.Silverlight.ReportViewerModel.PageLoader.OnGetPageCompleted(Object sender, GetPageEventArgs e)
I have identified the cause of the error to the ".Action" of a textbox.
If i remove the Action, the report will generate as normal.
This error happens if i navigate to another report OR if i simply navigate to a URL
navigateToUrlAction1.Url =
"http://www.google.com"
;
this
.loansDataTextBox.Action = navigateToUrlAction1;
This is my only report that is broken after the update. All the other reports work as expected.
Any ideas on how to fix?