FlexReport for WPF
SearchText メソッド (FlexViewerPane)


C1.WPF.Viewer アセンブリ > C1.WPF.Viewer 名前空間 > FlexViewerPane クラス : SearchText メソッド
指定されたパラメータでテキストの検索を開始します。
シンタックス
'宣言
 
Public Sub SearchText( _
   ByVal text As System.String, _
   ByVal matchWholeWord As System.Boolean, _
   ByVal matchCase As System.Boolean, _
   ByVal searchUp As System.Boolean _
) 
'使用法
 
Dim instance As FlexViewerPane
Dim text As System.String
Dim matchWholeWord As System.Boolean
Dim matchCase As System.Boolean
Dim searchUp As System.Boolean
 
instance.SearchText(text, matchWholeWord, matchCase, searchUp)
public void SearchText( 
   System.string text,
   System.bool matchWholeWord,
   System.bool matchCase,
   System.bool searchUp
)

パラメータ

text
matchWholeWord
matchCase
searchUp
参照

FlexViewerPane クラス
FlexViewerPane メンバ