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
public int StartPage { get; }
public:
property int StartPage {
int get();
}
member StartPage : int with get
Public ReadOnly Property StartPage As Integer
Property Value
Type: System.Int32
An integer containing the starting page number to search.
See Also
SearchEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top