ReportViewer.Find メソッド (String, Int32)
公開日: 2016年4月
レポート内の指定されたテキスト文字列を検索します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
public int Find(
string searchString,
int startPage
)
public:
int Find(
String^ searchString,
int startPage
)
member Find :
searchString:string *
startPage:int -> int
Public Function Find (
searchString As String,
startPage As Integer
) As Integer
パラメーター
searchString
Type: System.String検索文字列。
startPage
Type: System.Int32検索を開始するページ番号。
戻り値
Type: System.Int32
検索文字列が見つかったときはそのページ番号を示す整数値、検索文字列が見つからなかった場合は 0。
関連項目
ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る