ReportViewer.SearchState Property

Gets the search text and the start page of the current report search operation.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property SearchState As SearchState
'Usage
Dim instance As ReportViewer
Dim value As SearchState

value = instance.SearchState
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
[BrowsableAttribute(false)] 
public SearchState SearchState { get; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
[BrowsableAttribute(false)] 
public:
property SearchState^ SearchState {
    SearchState^ get ();
}
/** @property */
public SearchState get_SearchState ()
public function get SearchState () : SearchState

Property Value

A SearchState object, or null if there is not an ongoing report search operation.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace