Partilhar via


Propriedade SearchState.Text

Gets the search text.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: String
A string that represents the search text.

Consulte também

Referência

SearchState Classe

Namespace Microsoft.Reporting.WinForms