Class
SearchArgs

Represents the arguments passed to the GetSearchResults method of the IReportEngine.

Definition

Namespace:Telerik.Reporting.Services.Engine

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class SearchArgs

Inheritance: objectSearchArgs

Constructors

SearchArgs()

Declaration

cs-api-definition
public SearchArgs()

Properties

MatchCase

Determines if the search is case-sensitive.

Declaration

cs-api-definition
public bool MatchCase { get; set; }

Property Value

bool

MatchWholeWord

Determines if the search should respect whole words only.

Declaration

cs-api-definition
public bool MatchWholeWord { get; set; }

Property Value

bool

SearchToken

The token used to perform the search.

Declaration

cs-api-definition
public string SearchToken { get; set; }

Property Value

string

UseRegularExpressions

Determines if the search token represents a regular expression.

Declaration

cs-api-definition
public bool UseRegularExpressions { get; set; }

Property Value

bool