Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client
    Assembly:
   PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| Visual Basic (Declaration) | 
|---|
Protected Function CreateStoryboard ( _
	useAnimation As Boolean _
) As Storyboard  | 
| Visual C++ | 
|---|
protected:
Storyboard^ CreateStoryboard(
	bool useAnimation
)  | 
Parameters
- useAnimation
 - Type: System..::.Boolean
If it is set to true then it is used animation to change view. 
Return Value
The storyboard. The instance of 
Storyboard class.
See Also