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

In This Topic
    MatchCase Property (SearchOptions)
    In This Topic
    Gets or sets a value indicating whether the search should be case-sensitive.
    Syntax
    'Declaration
     
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}

    Property Value

    true if the search should consider the case of the text (e.g., 'apple' is different from 'Apple'); otherwise, false.
    See Also