ActiveReports 12
Find(String,FindOptions,Int32,Single) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class > Find Method : Find(String,FindOptions,Int32,Single) Method
The string you are searching for
which direction you are searching
The page's collection zero based index
The current offset into the text string
Searches the text in the document for a specified string starting at a specified location and with specific options applied to the search. 
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal searchString As String, _
   ByVal options As FindOptions, _
   ByRef currentIndex As Integer, _
   ByRef currentOffset As Single _
) As FindResult
public FindResult Find( 
   string searchString,
   FindOptions options,
   ref int currentIndex,
   ref 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
See Also

Reference

SectionDocument Class
SectionDocument Members
Overload List