ActiveReports 13
Find Method (ISearchService)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > ISearchService Interface : Find Method
Searches the document according to find options.
Syntax
'Declaration
 
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)) _
) 
void Find( 
   DocumentModel document,
   FindOptions findOptions,
   SearchResult startFrom,
   int maxCount,
   Action<DocumentModel,IEnumerable<SearchResult>> handler
)

Parameters

document
findOptions
startFrom
maxCount
handler
See Also

Reference

ISearchService Interface
ISearchService Members