Condividi tramite


Evento ReportViewer.BookmarkNavigation

Viene generato quando un utente passa a un segnalibro nel rapporto.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
'Utilizzo
Dim instance As ReportViewer
Dim handler As BookmarkNavigationEventHandler

AddHandler instance.BookmarkNavigation, handler
public event BookmarkNavigationEventHandler BookmarkNavigation
public:
 event BookmarkNavigationEventHandler^ BookmarkNavigation {
    void add (BookmarkNavigationEventHandler^ value);
    void remove (BookmarkNavigationEventHandler^ value);
}
member BookmarkNavigation : IEvent<BookmarkNavigationEventHandler,
    BookmarkNavigationEventArgs>
JScript supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.

Osservazioni

Questo evento viene generato quando un utente passa a un segnalibro nel rapporto. Le informazioni sull'evento vengono passate in un oggetto BookmarkNavigationEventArgs al delegato BookmarkNavigationEventHandler, che gestisce l'evento.

Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms