Partager via


Propriété SearchState.StartPage

Obtient la page de démarrage de l'opération de recherche.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StartPage As Integer
    Get
'Utilisation
Dim instance As SearchState
Dim value As Integer

value = instance.StartPage
public int StartPage { get; }
public:
property int StartPage {
    int get ();
}
member StartPage : int
function get StartPage () : int

Valeur de propriété

Type : System.Int32
Valeur int qui représente la page de démarrage de l'opération de recherche.

Voir aussi

Référence

SearchState Classe

Espace de noms Microsoft.Reporting.WinForms