Evento ReportViewer.ReportRefresh
Viene generato quando si aggiorna il report.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("RefreshEventDesc")> _
Public Event ReportRefresh As CancelEventHandler
'Utilizzo
Dim instance As ReportViewer
Dim handler As CancelEventHandler
AddHandler instance.ReportRefresh, handler
[SRDescriptionAttribute("RefreshEventDesc")]
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.
Note
Questo evento viene generato quando si aggiorna il report. Le informazioni sull'evento vengono passate in un oggetto ReportRefreshEventArgs al delegato ReportRefreshEventHandler, che gestisce l'evento.
Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms