SearchArgs
Class
Represents the arguments passed to the GetSearchResults method of the IReportEngine.
Definition
Namespace:Telerik.Reporting.Services.Engine
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class SearchArgs
Inheritance: objectSearchArgs
Constructors
C#
public SearchArgs()
Properties
MatchCase
bool
Determines if the search is case-sensitive.
C#
public bool MatchCase { get; set; }
MatchWholeWord
bool
Determines if the search should respect whole words only.
C#
public bool MatchWholeWord { get; set; }
SearchToken
string
The token used to perform the search.
C#
public string SearchToken { get; set; }
Determines if the search token represents a regular expression.
C#
public bool UseRegularExpressions { get; set; }