Sets view scale.

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 SetZoom(
	ZoomMode mode,
	double scale
)
Visual Basic (Declaration)
Public Sub SetZoom ( _
	mode As ZoomMode, _
	scale As Double _
)
Visual C++
public:
void SetZoom(
	ZoomMode mode, 
	double scale
)

Parameters

mode
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ZoomMode
The mode. The instance of the ZoomMode class.
scale
Type: System..::.Double
The scale.

See Also