ReportViewer.Find Method
Visual Studio 2005
Searches the report for the specified text string.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
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.