Finds the first occurrence of the specified text.

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void StartFindText(
	Object sender,
	FindEventArgs e
)
Visual Basic (Declaration)
Public Sub StartFindText ( _
	sender As Object, _
	e As FindEventArgs _
)
Visual C++
public:
void StartFindText(
	Object^ sender, 
	FindEventArgs^ e
)

See Also