Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This event occurs when the user clicks the Find or Find Next button, or when a search operation is invoked programmatically.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public event SearchEventHandler Search
public:
event SearchEventHandler^ Search {
void add(SearchEventHandler^ value);
void remove(SearchEventHandler^ value);
}
member Search : IEvent<SearchEventHandler,
SearchEventArgs>
Public Event Search As SearchEventHandler
Remarks
This event occurs when the report is refreshed. Information about this event is passed in a SearchEventArgs object to the SearchEventHandler delegate, which handles the event.
For more information about handling events, see NIB: Consuming Events.
See Also
Find
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top