Zdarzenie ReportViewer.Back
Occurs when a user navigates back to a parent report from a drillthrough report.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Event Back As BackEventHandler
public event BackEventHandler Back
public:
event BackEventHandler^ Back {
void add (BackEventHandler^ value);
void remove (BackEventHandler^ value);
}
member Back : IEvent<BackEventHandler,
BackEventArgs>
Język JScript nie obsługuje zdarzeń.
Uwagi
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 Używające zdarzeń.