I am using WPF/XAML as shown in the attached sample. Simply creating a ReportViewer always produces (in Visual Studio Output window):
System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Stop'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='44311185'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Media.Animation.Storyboard'; TargetElement.HashCode='44311185'; TargetElement.Type='System.Windows.Media.Animation.Storyboard'
How do i get ReportViewer to stop producing this warning?
Hello Travis,
I'm not sure why this warning is appearing but you don't have to worry as this does not affect the behavior of the report viewer. For the most part, you can ignore this warning.
I created a private case for you though, as I have created a development issue for this with an ID of 176968. Your case number is CAS-141373-W4M7F8 and you can view it here.
i just downloaded the original example, replaced the references with the updated ones (versions provided in my support ticket) and the warning still occurs. I attached the updated sample that still shows the problem.