ActiveReports 18 .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 a value indicating whether [match case].
    Syntax
    'Declaration
     
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}

    Property Value

    true if [match case]; otherwise, false.
    See Also