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#
protected void StartAnimation(
	Storyboard storyboard
)
Visual Basic (Declaration)
Protected Sub StartAnimation ( _
	storyboard As Storyboard _
)
Visual C++
protected:
void StartAnimation(
	Storyboard^ storyboard
)

Parameters

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

See Also