Udostępnij za pośrednictwem


Zdarzenie ReportViewer.ReportRefresh

Occurs when the report is refreshed.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
Public Event ReportRefresh As CancelEventHandler
public event CancelEventHandler ReportRefresh
public:
 event CancelEventHandler^ ReportRefresh {
    void add (CancelEventHandler^ value);
    void remove (CancelEventHandler^ value);
}
member ReportRefresh : IEvent<CancelEventHandler,
    CancelEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

This event occurs when the report is refreshed.

For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms