共用方式為


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
包含找到搜尋字串之頁碼的 integer 值,如果找不到搜尋字串,便傳回 0。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WinForms 命名空間