Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4155
Why does ReportViewer throw Animation Warning 6?
posted

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?

Animate.zip