ReportViewer.SearchState 屬性

 

發佈時間: 2016年4月

取得搜尋文字以及目前報表搜尋作業的起始頁。

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

語法

[BrowsableAttribute(false)]
public SearchState SearchState { get; }
public:
[BrowsableAttribute(false)]
property SearchState^ SearchState {
    SearchState^ get();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get
<BrowsableAttribute(False)>
Public ReadOnly Property SearchState As SearchState

屬性值

Type: Microsoft.Reporting.WinForms.SearchState

SearchState 物件,如果沒有持續進行的報表搜尋作業則為 null

請參閱

ReportViewer 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首