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

public event BackEventHandler Back
public:
event BackEventHandler^ Back {
    void add(BackEventHandler^ value);
    void remove(BackEventHandler^ value);
}
member Back : IEvent<BackEventHandler,
    BackEventArgs>
Public Event Back As BackEventHandler

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 NIB: Consuming Events.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top