[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.DocumentBase-1.Find

Find Method

Find(string, ref int)

Search for the specified character string.

Declaration
public bool Find(string searchString, ref int currentIndex)
Parameters
Type Name Description
string searchString

The string you are searching for

int currentIndex

The page's collection zero based index

Returns
Type Description
bool

Find(string, FindOptions, ref int, ref float)

Searches the document page for the specified string.

Declaration
public FindResult Find(string searchString, FindOptions options, ref int currentIndex, ref float currentOffset)
Parameters
Type Name Description
string searchString

The string you are searching for

FindOptions options

which direction you are searching

int currentIndex

The page's collection zero based index

float currentOffset

The current offset into the text string

Returns
Type Description
FindResult

For a list of valid values, see here: FindResult