Compartir a través de


Evento ReportViewer.DocumentMapNavigation

Se produce cuando se selecciona un nodo del mapa del documento.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
'Uso
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);
}
/** @event */
public void add_DocumentMapNavigation (DocumentMapNavigationEventHandler value)

/** @event */
public void remove_DocumentMapNavigation (DocumentMapNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Comentarios

Este evento se produce cuando se selecciona un nodo del mapa del documento. La información sobre este evento se pasa en un objeto DocumentMapNavigationEventArgs al delegado DocumentMapNavigationEventHandler, que controla el evento.

Para obtener más información sobre el control de eventos, vea Consuming Events.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms