C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace > IC1WebReportService Interface : SearchText Method |
true
search will be case sensitive.
true
query text will be recognized as a regular expression.
'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
SearchResults SearchText( System.string documentKey, System.string query, System.bool caseSensitive, System.bool useRegExp )
true
search will be case sensitive.true
query text will be recognized as a regular expression.