Zdarzenie ReportViewer.Sort
Occurs when the user activates a sort on the report data.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Event Sort As SortEventHandler
public event SortEventHandler Sort
public:
event SortEventHandler^ Sort {
void add (SortEventHandler^ value);
void remove (SortEventHandler^ value);
}
member Sort : IEvent<SortEventHandler,
SortEventArgs>
Język JScript nie obsługuje zdarzeń.
Uwagi
This event occurs when the user activates a sort on the report data. Information about this event is passed in a SortEventArgs object to the SortEventHandler delegate, which handles the event.
For more information about handling events, see Używające zdarzeń.