共用方式為


ReportViewer.Sort 事件

發生在使用者啟動排序時。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)

語法

'宣告
<SRDescriptionAttribute("SortEventDesc")> _
Public Event Sort As SortEventHandler
'用途
Dim instance As ReportViewer
Dim handler As SortEventHandler

AddHandler instance.Sort, handler
[SRDescriptionAttribute("SortEventDesc")] 
public event SortEventHandler Sort
public:
event SortEventHandler^ Sort {
    void add (SortEventHandler^ value);
    void remove (SortEventHandler^ value);
}
/** @event */
public void add_Sort (SortEventHandler value)

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

備註

這個事件發生在使用者啟動排序時。這個事件的相關資訊會在 SortEventArgs 物件中傳遞至 SortEventHandler 委託,由它來處理事件。

如需有關處理事件的詳細資訊,請參閱<Consuming Events>。

另請參閱

參考

ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WinForms 命名空間