ASP.NET Web API コントロール
GetInstanceSearchResults メソッド

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report 名前空間 > ReportController クラス : GetInstanceSearchResults メソッド
レポートの完全パス。
レポートインスタンス ID。
検索で使用するテキスト。
大文字と小文字を区別して値を検索するかどうかを示す Boolean 値。
単語単位で値を検索するかどうかを示す Boolean 値。
検索する最初のページの 0 ベースのインデックス。
検索の範囲。
指定されたインスタンス ID を持つレポートインスタンス内の検索結果を取得します。
シンタックス
'宣言
 
Public Overridable Function GetInstanceSearchResults( _
   ByVal reportPath As System.String, _
   ByVal instanceId As System.String, _
   ByVal text As System.String, _
   Optional ByVal matchCase As System.Boolean, _
   Optional ByVal wholeWord As System.Boolean, _
   Optional ByVal startPageIndex As System.Integer, _
   Optional ByVal scope As SearchScope _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetInstanceSearchResults( 
   System.string reportPath,
   System.string instanceId,
   System.string text,
   System.bool matchCase,
   System.bool wholeWord,
   System.int startPageIndex,
   SearchScope scope
)

パラメータ

reportPath
レポートの完全パス。
instanceId
レポートインスタンス ID。
text
検索で使用するテキスト。
matchCase
大文字と小文字を区別して値を検索するかどうかを示す Boolean 値。
wholeWord
単語単位で値を検索するかどうかを示す Boolean 値。
startPageIndex
検索する最初のページの 0 ベースのインデックス。
scope
検索の範囲。

戻り値の型

C1.Web.Api.Document.Models.SearchResult 型オブジェクトのコレクションのコンテンツを保持する System.Web.Http.IHttpActionResult 型オブジェクト。
解説
レポートインスタンスがレンダリングされていることを確認してください。
参照

ReportController クラス
ReportController メンバ