Gets and sets view mode.

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

Syntax

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

See Also