Udostępnij za pośrednictwem


Zdarzenie ReportViewer.Back

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

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.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

This event occurs when the user moves from a drillthrough report back to the parent report. Information about this event is passed in a BackEventArgs object to the BackEventHandler 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