ReportViewer.FindNext Method

Continues the search for the specified text string.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Function FindNext As Integer
'Usage
Dim instance As ReportViewer
Dim returnValue As Integer

returnValue = instance.FindNext
public int FindNext ()
public:
int FindNext ()
public int FindNext ()
public function FindNext () : int

Return Value

An integer value containing the page number on which the search string was found, or 0 if the search string was not found.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace