C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / SearchText Method
Cached document key.
The search query.
if set to true search will be case sensitive.
if set to true query text will be recognized as a regular expression.

In This Topic
SearchText Method (IC1WebReportService)
In This Topic
Searches the text.
Syntax
'Declaration
 
Function SearchText( _
   ByVal documentKey As System.String, _
   ByVal query As System.String, _
   ByVal caseSensitive As System.Boolean, _
   ByVal useRegExp As System.Boolean _
) As SearchResults
 

Parameters

documentKey
Cached document key.
query
The search query.
caseSensitive
if set to true search will be case sensitive.
useRegExp
if set to true query text will be recognized as a regular expression.

Return Value

The Search Results.
See Also