SearchState.StartPage Property

 

Gets the start page of the search operation.

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

See Also

SearchState Class
Microsoft.Reporting.WinForms Namespace

Return to top