Gets and sets zoom for the report viewer.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Zoom Zoom { get; set; }
Visual Basic (Declaration)
Public Property Zoom As Zoom
Visual C++
public:
property Zoom Zoom {
	Zoom get ();
	void set (Zoom value);
}

See Also