Właściwość ReportViewer.SearchState —
Gets the search text and the start page of the current report search operation.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public Property SearchState As SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; private set; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
SearchState^ get ();
private: void set (SearchState^ value);
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get, private set
function get SearchState () : SearchState
private function set SearchState (value : SearchState)
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.SearchState
A SearchState object, or null if there is not an ongoing report search operation.