ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / FindEventArgs Class / Found Property

In This Topic
    Found Property
    In This Topic
    Gets a value that determines whether the text was found.
    Syntax
    'Declaration
     
    Public ReadOnly Property Found As Boolean
    public bool Found {get;}

    Property Value

    True if the text was found; otherwise, false.
    See Also