ActiveReports 8
Find(String,FindOptions,Int32,Single) Method
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class > Find Method : Find(String,FindOptions,Int32,Single) Method

searchString
The string you are searching for
options
which direction you are searching
currentIndex
The page's collection zero based index
currentOffset
The current offset into the text string

Glossary Item Box

Searches the text in the document for a specified string starting at a specified location and with specific options applied to the search. 

Syntax

Visual Basic (Declaration) 
Public Overloads Function Find( _
   ByVal searchString As System.String, _
   ByVal options As FindOptions, _
   ByRef currentIndex As System.Integer, _
   ByRef currentOffset As System.Single _
) As FindResult
C# 
public FindResult Find( 
   System.string searchString,
   FindOptions options,
   ref System.int currentIndex,
   ref System.float currentOffset
)

Parameters

searchString
The string you are searching for
options
which direction you are searching
currentIndex
The page's collection zero based index
currentOffset
The current offset into the text string

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