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

public int FindNext()
public:
int FindNext()
member FindNext : unit -> int
Public Function FindNext As Integer

Return Value

Type: System.Int32

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

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top