SearchState.Text Property
Gets the search text.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As SearchState
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
/** @property */
public String get_Text ()
public function get Text () : String
Property Value
A string that represents the search text.
See Also
Reference
SearchState Class
SearchState Members
Microsoft.Reporting.WebForms Namespace