Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the search text and the start page of the current report search operation.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
[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
Property Value
Type: Microsoft.Reporting.WinForms.SearchState
A SearchState object, or null if there is not an ongoing report search operation.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top