ActiveReports 8
Find Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > ISearchService Interface : Find Method

document
findOptions
startFrom
maxCount
handler

Glossary Item Box

Searches the document according to find options.

Syntax

Visual Basic (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)) _
) 
C# 
void Find( 
   DocumentModel document,
   FindOptions findOptions,
   SearchResult startFrom,
   System.int maxCount,
   System.Action<DocumentModel,IEnumerable<SearchResult>> handler
)

Parameters

document
findOptions
startFrom
maxCount
handler

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also