Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches the report for the specified text string.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public int Find(
string searchString,
int startPage
)
public:
int Find(
String^ searchString,
int startPage
)
member Find :
searchString:string *
startPage:int -> int
Public Function Find (
searchString As String,
startPage As Integer
) As Integer
Parameters
searchString
Type: System.StringThe search string.
startPage
Type: System.Int32The page number on which to start searching.
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