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 abstract void ChangeZoom(
	ZoomMode mode,
	bool useAnimation
)  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub ChangeZoom ( _
	mode As ZoomMode, _
	useAnimation As Boolean _
)  | 
| Visual C++ | 
|---|
public:
virtual void ChangeZoom(
	ZoomMode mode, 
	bool useAnimation
) abstract  | 
See Also