FlexReport for UWP
SearchText メソッド

C1.UWP.FlexViewer アセンブリ > C1.Xaml.FlexViewer 名前空間 > C1FlexViewerPane クラス : SearchText メソッド
指定されたパラメータでテキストの検索を開始します。
シンタックス
'宣言
 
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
)

パラメータ

text
matchWholeWord
matchCase
searchUp
参照

C1FlexViewerPane クラス
C1FlexViewerPane メンバ