Performs scale and scale mode changing.

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 ChangeZoom(
	double scale,
	bool useAnimation
)
Visual Basic (Declaration)
Public Sub ChangeZoom ( _
	scale As Double, _
	useAnimation As Boolean _
)
Visual C++
public:
void ChangeZoom(
	double scale, 
	bool useAnimation
)

Parameters

scale
Type: System..::.Double
The scale.
useAnimation
Type: System..::.Boolean
If it is set to true it is used animation to change view.

See Also