SearchState.Text-Eigenschaft
Ruft den Suchtext ab.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
member Text : string with get
function get Text () : String
Eigenschaftswert
Typ: String
Ein string-Wert, der den Suchtext darstellt.