Gets and sets search scope.

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

Syntax

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

See Also