Evento ReportViewer.DocumentMapNavigation
Se produce cuando se selecciona un nodo del mapa del documento.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en microsoft.reportviewer.winforms.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 de DocumentMapNavigationEventArgs al delegado DocumentMapNavigationEventHandler, que se encarga de controlar 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.WinForms