ReportViewer.Back Event

Occurs when a user navigates back to a parent report from a drillthrough report.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public Event Back As BackEventHandler
'Usage
Dim instance As ReportViewer
Dim handler As BackEventHandler

AddHandler instance.Back, handler
public event BackEventHandler Back
public:
event BackEventHandler^ Back {
    void add (BackEventHandler^ value);
    void remove (BackEventHandler^ value);
}
/** @event */
public void add_Back (BackEventHandler value)

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

Remarks

Occurs when a user navigates back to a parent report from a drillthrough 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.WinForms Namespace