ComponentOne FlexReport for WinForms
SearchText Method (C1FlexViewer)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewer Class : SearchText Method
Starts searching text with the specified parameters.
Syntax
'Declaration
 
Public Sub SearchText( _
   ByVal text As System.String, _
   ByVal matchWholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean, _
   ByVal searchUp As System.Boolean _
) 
public void SearchText( 
   System.string text,
   System.bool matchWholeWord,
   System.bool matchCase,
   System.bool searchUp
)

Parameters

text
matchWholeWord
matchCase
searchUp
See Also

Reference

C1FlexViewer Class
C1FlexViewer Members