Gets or sets SearchResult which sets where to begin text search from.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.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); } |