ReportViewer.ReportRefresh 事件
發生在重新整理報表時。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)
語法
'宣告
<SRDescriptionAttribute("RefreshEventDesc")> _
Public Event ReportRefresh As CancelEventHandler
'用途
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.
備註
這個事件發生在重新整理報表時。
如需有關處理事件的詳細資訊,請參閱<Consuming Events>。
另請參閱
參考
ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WinForms 命名空間