ReportViewer.ReportRefresh Event

Occurs when the report is refreshed.

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

Syntax

'Declaration
Public Event ReportRefresh As CancelEventHandler
'Usage
Dim instance As ReportViewer
Dim handler As CancelEventHandler

AddHandler instance.ReportRefresh, handler
public event CancelEventHandler ReportRefresh
public:
event CancelEventHandler^ ReportRefresh {
    void add (CancelEventHandler^ value);
    void remove (CancelEventHandler^ value);
}
/** @event */
public void add_ReportRefresh (CancelEventHandler value)

/** @event */
public void remove_ReportRefresh (CancelEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarks

This event occurs when the report is refreshed.

For more information about handling events, see Consuming Events.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace