Udostępnij za pośrednictwem


Zdarzenie ReportViewer.BookmarkNavigation

Occurs when a user browses to a bookmark in a report.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
public event BookmarkNavigationEventHandler BookmarkNavigation
public:
 event BookmarkNavigationEventHandler^ BookmarkNavigation {
    void add (BookmarkNavigationEventHandler^ value);
    void remove (BookmarkNavigationEventHandler^ value);
}
member BookmarkNavigation : IEvent<BookmarkNavigationEventHandler,
    BookmarkNavigationEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

This event occurs when a user browses to a bookmark in the report. Information about this event is passed in a BookmarkNavigationEventArgs object to the BookmarkNavigationEventHandler delegate, which handles the event.

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms