ReportViewer.FindNext メソッド ()
発行: 2016年4月
レポート内の指定されたテキスト文字列の検索を続行します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
public int FindNext()
public:
int FindNext()
member FindNext : unit -> int
Public Function FindNext As Integer
戻り値
Type: System.Int32
検索文字列が見つかったときはそのページ番号を示す整数値、検索文字列が見つからなかった場合は 0。
参照
ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る