ReportViewer.BookmarkNavigation Event
Occurs when a user browses to a bookmark in a report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
'Usage
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);
}
/** @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.
Remarks
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 Consuming Events.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace