Performs scaling by the selected area.
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public abstract void ZoomWindow( Rect rect, bool useAnimation )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub ZoomWindow ( _ rect As Rect, _ useAnimation As Boolean _ )  | 
| Visual C++ | 
|---|
public: virtual void ZoomWindow( Rect rect, bool useAnimation ) abstract  | 
Parameters
- rect
 - Type: System.Windows..::.Rect
The rect. The instance of Rect struct. 
- useAnimation
 - Type: System..::.Boolean
If it is set to true it is used animation to change view.