Propriété SearchEventArgs.StartPage
Renvoie le numéro de la page sur laquelle la recherche doit commencer.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StartPage As Integer
Get
'Utilisation
Dim instance As SearchEventArgs
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
integer qui contient le numéro de la première page concernée par la recherche.