ReportViewer.Find Method

Searches the report for the specified text string.

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

Syntax

'Declaration
Public Function Find ( _
    searchString As String, _
    startPage As Integer _
) As Integer
'Usage
Dim instance As ReportViewer
Dim searchString As String
Dim startPage As Integer
Dim returnValue As Integer

returnValue = instance.Find(searchString, startPage)
public int Find (
    string searchString,
    int startPage
)
public:
int Find (
    String^ searchString, 
    int startPage
)
public int Find (
    String searchString, 
    int startPage
)
public function Find (
    searchString : String, 
    startPage : int
) : int

Parameters

  • searchString
    The search string.
  • startPage
    The page number on which to start searching.

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