ReportViewer.ReportRefresh Event

 

Occurs when the report is refreshed.

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

Syntax

public event CancelEventHandler ReportRefresh
public:
event CancelEventHandler^ ReportRefresh {
    void add(CancelEventHandler^ value);
    void remove(CancelEventHandler^ value);
}
member ReportRefresh : IEvent<CancelEventHandler,
    CancelEventArgs>
Public Event ReportRefresh As CancelEventHandler

Remarks

This event occurs when the report is refreshed.

For more information about handling events, see NIB: Consuming Events.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top