ReportViewer.FindNext メソッド
レポート内の指定されたテキスト文字列の検索を続行します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public Function FindNext As Integer
'使用
Dim instance As ReportViewer
Dim returnValue As Integer
returnValue = instance.FindNext()
public int FindNext()
public:
int FindNext()
member FindNext : unit -> int
public function FindNext() : int
戻り値
型: System.Int32
検索文字列が見つかったときはそのページ番号を示す整数値、検索文字列が見つからなかった場合は 0。