GrapeCity ActiveReports for .NET 16.0J
Search メソッド

GrapeCity.ActiveReports.Blazor.Viewer 名前空間 > ReportViewer クラス : Search メソッド
検索する文字列。
必要に応じて検索オプションを定義します。
検索の実行後に呼び出す関数。
特定の検索オプション(大文字と小文字の区別、単語単位での検索)を使用して特定の文字列を検索し、検索結果を渡して特定のコールバックを呼び出します。
シンタックス
'宣言
 
Public Function Search( _
   ByVal searchTerm As String, _
   Optional ByVal searchOptions As SearchOptions, _
   Optional ByVal callback As Action(Of List(Of SearchResult)) _
) As Task

パラメータ

searchTerm
検索する文字列。
searchOptions
必要に応じて検索オプションを定義します。
callback
検索の実行後に呼び出す関数。
参照

ReportViewer クラス
ReportViewer メンバ