SearchState.Text Property

 

Gets the search text.

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

Syntax

public string Text { get; }
public:
property String^ Text {
    String^ get();
}
member Text : string with get
Public ReadOnly Property Text As String

Property Value

Type: System.String

A string that represents the search text.

Examples

Legacy Code Example

 

See Also

SearchState Class
Microsoft.Reporting.WinForms Namespace

Return to top