ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DocumentSearchService Class / Find Method

In This Topic
    Find Method (DocumentSearchService)
    In This Topic
    Searches the document according to find options.
    Syntax
    'Declaration
     
    Public Sub Find( _
       ByVal document As DocumentModel, _
       ByVal findOptions As FindOptions, _
       ByVal startFrom As SearchResult, _
       ByVal maxCount As Integer, _
       ByVal handler As Action(Of DocumentModel,IEnumerable(Of SearchResult)) _
    ) 

    Parameters

    document
    findOptions
    startFrom
    maxCount
    handler
    See Also