Share via


Evento ReportViewer.BookmarkNavigation

Viene generato quando l'utente passa a un segnalibro nel report.

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

Sintassi

'Dichiarazione
<SRDescriptionAttribute("BookmarkEventDesc")> _
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
'Utilizzo
Dim instance As ReportViewer
Dim handler As BookmarkNavigationEventHandler

AddHandler instance.BookmarkNavigation, handler
[SRDescriptionAttribute("BookmarkEventDesc")] 
public event BookmarkNavigationEventHandler BookmarkNavigation
public:
event BookmarkNavigationEventHandler^ BookmarkNavigation {
    void add (BookmarkNavigationEventHandler^ value);
    void remove (BookmarkNavigationEventHandler^ value);
}
/** @event */
public void add_BookmarkNavigation (BookmarkNavigationEventHandler value)

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

Note

Questo evento viene generato quando l'utente passa a un segnalibro nel report. 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

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms