ReportViewer.ReportRefresh Event

Occurs when the report is refreshed.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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. Information about this event is passed in a ReportRefreshEventArgs object to the ReportRefreshEventHandler delegate, which handles the event.

For more information about handling events, see Consuming Events.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace