다음을 통해 공유


ReportViewer.SearchState 속성

현재 보고서 검색 작업의 검색 텍스트와 시작 페이지를 가져옵니다.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public Property SearchState As SearchState
    Get
    Private Set
‘사용 방법
Dim instance As ReportViewer
Dim value As SearchState

value = instance.SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; private set; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
    SearchState^ get ();
    private: void set (SearchState^ value);
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get, private set
function get SearchState () : SearchState
private function set SearchState (value : SearchState)

속성 값

유형: Microsoft.Reporting.WebForms.SearchState
SearchState 개체이거나, 진행 중인 보고서 검색 작업이 없으면 null입니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스