SearchState.StartPage 属性

获取搜索操作的开始页。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
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

属性值

类型:Int32
一个 int 值,该值表示搜索操作的开始页。

请参阅

参考

SearchState 类

Microsoft.Reporting.WebForms 命名空间