ActiveReports 8
Find Method (ISearchService)

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 System.Integer, _
   ByVal handler As System.Action(Of DocumentModel,IEnumerable(Of SearchResult)) _
) 
void Find( 
   DocumentModel document,
   FindOptions findOptions,
   SearchResult startFrom,
   System.int maxCount,
   System.Action<DocumentModel,IEnumerable<SearchResult>> handler
)

Parameters

document
findOptions
startFrom
maxCount
handler
See Also

Reference

ISearchService Interface
ISearchService Members

Support Forum