SearchState.StartPage Property

Gets the start page of the search operation.

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 SearchState
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 int value that represents the start page of the search operation.

See Also

Reference

SearchState Class
SearchState Members
Microsoft.Reporting.WebForms Namespace