Evento ReportViewer.DocumentMapNavigation
Viene generato quando si seleziona un nodo della mappa documento.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("DocMapEventDesc")> _
Public Event DocumentMapNavigation As DocumentMapNavigationEventHandler
'Utilizzo
Dim instance As ReportViewer
Dim handler As DocumentMapNavigationEventHandler
AddHandler instance.DocumentMapNavigation, handler
[SRDescriptionAttribute("DocMapEventDesc")]
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.
Note
Questo evento viene generato quando si seleziona un nodo della mappa documento. Le informazioni sull'evento vengono passate in un oggetto DocumentMapNavigationEventArgs al delegato DocumentMapNavigationEventHandler, che gestisce l'evento.
Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms