Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
SearchEventArgs Class 

Provides data for a Search event in the ReportViewer control.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Visual Basic (Declaration)
Public NotInheritable Class SearchEventArgs
	Inherits CancelEventArgs
Visual Basic (Usage)
Dim instance As SearchEventArgs
C#
public sealed class SearchEventArgs : CancelEventArgs
C++
public ref class SearchEventArgs sealed : public CancelEventArgs
J#
public final class SearchEventArgs extends CancelEventArgs
JScript
public final class SearchEventArgs extends CancelEventArgs

This is passed to the SearchEventHandler delegate when a Find event occurs.

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.SearchEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker