Gets or sets SearchResult which sets where to begin text search from.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also