ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / FindOptions Class / MatchCase Property

In This Topic
    MatchCase Property (FindOptions)
    In This Topic
    Gets or sets whether case is matched when searching.
    Syntax
    'Declaration
     
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}

    Property Value

    true if case is matched; otherwise, false.
    See Also