共用方式為


SearchEventArgs.StartPage 屬性

傳回要開始搜尋的頁碼。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public ReadOnly Property StartPage As Integer
    Get
'用途
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

屬性值

型別:System.Int32
包含要開始搜尋之頁碼的 integer。

請參閱

參考

SearchEventArgs 類別

Microsoft.Reporting.WebForms 命名空間