Gets ZoomMode which is scale mode.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ZoomMode Mode { get; }
Visual Basic (Declaration)
Public ReadOnly Property Mode As ZoomMode
Visual C++
public:
property ZoomMode Mode {
	ZoomMode get ();
}

See Also