ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SearchOptions Class / WholePhrase Property

In This Topic
    WholePhrase Property
    In This Topic
    Gets or sets a value indicating whether the search should match the whole phrase exactly as it appears.
    Syntax
    'Declaration
     
    Public Property WholePhrase As Boolean
    public bool WholePhrase {get; set;}

    Property Value

    true if the search should match the entire phrase exactly; otherwise, false if partial matches are acceptable.
    See Also