New to Telerik ReportingStart a free 30-day trial

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

Determines if the search is case-sensitive.

C#
public bool MatchCase { get; set; }

Determines if the search should respect whole words only.

C#
public bool MatchWholeWord { get; set; }

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; }