ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ISearchableDocument Interface / Find Method

In This Topic
    Find Method (ISearchableDocument)
    In This Topic
    Performs text string lookup
    Syntax
    'Declaration
     
    Function Find( _
       ByVal options As FindOptions, _
       ByVal startFrom As SearchResult _
    ) As IEnumerable(Of SearchResult)

    Parameters

    options
    startFrom
    See Also