ReportViewer.Find Method
Searches the report in the report area for the specified text string, starting from the specified page number.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub Find ( _
searchText As String, _
startPage As Integer _
)
'Usage
Dim instance As ReportViewer
Dim searchText As String
Dim startPage As Integer
instance.Find(searchText, startPage)
public void Find (
string searchText,
int startPage
)
public:
void Find (
String^ searchText,
int startPage
)
public void Find (
String searchText,
int startPage
)
public function Find (
searchText : String,
startPage : int
)
Parameters
- searchText
The search string.
- startPage
The page number on which to start searching.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace