ComponentOne FlexReport for UWP
SearchText Method

C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > C1FlexViewerPane Class : SearchText Method
Starts searching text with the specified parameters.
Syntax
'Declaration
 
Public Function SearchText( _
   ByVal text As System.String, _
   ByVal matchWholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean, _
   ByVal searchUp As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
public System.Threading.Tasks.Task<C1FoundPosition> SearchText( 
   System.string text,
   System.bool matchWholeWord,
   System.bool matchCase,
   System.bool searchUp
)

Parameters

text
matchWholeWord
matchCase
searchUp
See Also

Reference

C1FlexViewerPane Class
C1FlexViewerPane Members