Delen via


SearchEventArgs.StartPage Property

Returns the page number on which to start searching.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property StartPage As Integer
'Usage
Dim instance As SearchEventArgs
Dim value As Integer

value = instance.StartPage
public int StartPage { get; }
public:
property int StartPage {
    int get ();
}
/** @property */
public int get_StartPage ()
public function get StartPage () : int

Property Value

An integer containing the starting page number to search.

See Also

Reference

SearchEventArgs Class
SearchEventArgs Members
Microsoft.Reporting.WebForms Namespace