ReportViewer.DocumentMapNavigation 이벤트

문서 구조 노드가 선택될 때 발생합니다.

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

구문

‘선언
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
‘사용 방법
Dim instance As ReportViewer
Dim handler As DocumentMapNavigationEventHandler

AddHandler instance.DocumentMapNavigation, handler
public event DocumentMapNavigationEventHandler DocumentMapNavigation
public:
 event DocumentMapNavigationEventHandler^ DocumentMapNavigation {
    void add (DocumentMapNavigationEventHandler^ value);
    void remove (DocumentMapNavigationEventHandler^ value);
}
member DocumentMapNavigation : IEvent<DocumentMapNavigationEventHandler,
    DocumentMapNavigationEventArgs>
JScript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

주의

이 이벤트는 문서 구조 노드가 선택될 때 발생합니다. 이 이벤트에 대한 정보는 이벤트를 처리하는 DocumentMapNavigationEventHandler 대리자에게 DocumentMapNavigationEventArgs 개체를 통해 전달됩니다.

이벤트를 처리하는 방법은 Consuming Events를 참조하십시오.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스