ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf 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)) _
    ) 
    public void Find( 
       DocumentModel document,
       FindOptions findOptions,
       SearchResult startFrom,
       int maxCount,
       Action<DocumentModel,IEnumerable<SearchResult>> handler
    )

    Parameters

    document
    findOptions
    startFrom
    maxCount
    handler
    See Also