ActiveReports 12
BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > BeginStoryboard Method : BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
The storyboard to begin.
A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated.
Declares whether the animation is controllable (can be paused) after it is started.
Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
Syntax
'Declaration
 
Public Overloads Sub BeginStoryboard( _
   ByVal storyboard As Storyboard, _
   ByVal handoffBehavior As HandoffBehavior, _
   ByVal isControllable As Boolean _
) 
public void BeginStoryboard( 
   Storyboard storyboard,
   HandoffBehavior handoffBehavior,
   bool isControllable
)

Parameters

storyboard
The storyboard to begin.
handoffBehavior
A value of the enumeration that describes behavior to use if a property described in the storyboard is already animated.
isControllable
Declares whether the animation is controllable (can be paused) after it is started.
See Also

Reference

Viewer Class
Viewer Members
Overload List