C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace > C1WebReportServiceHelper Class : SearchText Method |
true
search will be case sensitive.
true
query text will be recognized as a regular expression.
'Declaration Public Function SearchText( _ ByVal documentKey As System.String, _ ByVal query As System.String, _ ByVal caseSensitive As System.Boolean, _ ByVal useRegExp As System.Boolean _ ) As SearchResults
public 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.