New to Telerik ReportingStart a free 30-day trial

SearchInfo Overview

The info object passed to the report engine to perform a search.

JSON
{
	"searchToken": "foo",
	"matchCase": false,
	"matchWholeWord": false,
	"useRegularExpressions": true
}

Fields

FieldTypeRequiredDescription
searchTokenStringtrueThe text to be searched for.
matchCasebooleantrueDetermines if the search is case-sensitive.
matchWholeWordbooleantrueDetermines if the search will consider only words. Internally uses the following regular expression:`(?<=\W
useRegularExpressionsbooleantrueDetermines if the search should be performed using regular expressions to match the passed token.
Not finding the help you need?
Contact Support