次の方法で共有


ReportViewer.FindNext メソッド

レポート内の指定されたテキスト文字列の検索を続行します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
Public Function FindNext As Integer
public int FindNext()
public:
int FindNext()
member FindNext : unit -> int 
public function FindNext() : int

戻り値

型 : Int32
検索文字列が見つかったときはそのページ番号を示す整数値、検索文字列が見つからなかった場合は 0。

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間