ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / 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 (C1WebReportServiceHelper)
    In This Topic
    Searches the text.
    Syntax
    '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
    )

    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