Partilhar via


Propriedade SearchEventArgs.StartPage

Returns the page number on which to start searching.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property StartPage As Integer
public int StartPage { get; }
public:
property int StartPage {
    int get ();
}
member StartPage : int with get
function get StartPage () : int

Valor de propriedade

Tipo: Int32
An integer containing the starting page number to search.

Consulte também

Referência

SearchEventArgs Classe

Namespace Microsoft.Reporting.WebForms