Starts the animation.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public void BeginAnimation(
	Storyboard storyboard
)
Visual Basic (Declaration)
Public Sub BeginAnimation ( _
	storyboard As Storyboard _
)
Visual C++
public:
void BeginAnimation(
	Storyboard^ storyboard
)

Parameters

storyboard
Type: System.Windows.Media.Animation..::.Storyboard
The storyboard. The instance of Storyboard class.

See Also