SearchState.Text 속성

검색 텍스트를 가져옵니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public ReadOnly Property Text As String
    Get
‘사용 방법
Dim instance As SearchState
Dim value As String

value = instance.Text
public string Text { get; }
public:
property String^ Text {
    String^ get ();
}
member Text : string
function get Text () : String

속성 값

유형: System.String
검색 텍스트를 나타내는 string

참고 항목

참조

SearchState 클래스

Microsoft.Reporting.WebForms 네임스페이스