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.
Returns the page number on which to start searching.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace