SearchEventArgs Class
Provides data for a Search event in the ReportViewer control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class SearchEventArgs
Inherits CancelEventArgs
'Usage
Dim instance As SearchEventArgs
[ComVisibleAttribute(false)]
public sealed class SearchEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class SearchEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */
public final class SearchEventArgs extends CancelEventArgs
ComVisibleAttribute(false)
public final class SearchEventArgs extends CancelEventArgs
Remarks
This is passed to the SearchEventHandler delegate when a Find event occurs.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WebForms.SearchEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SearchEventArgs Members
Microsoft.Reporting.WebForms Namespace