ActiveReports 10
FindOptions Constructor(String,Boolean,Boolean,Boolean)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > FindOptions Class > FindOptions Constructor : FindOptions Constructor(String,Boolean,Boolean,Boolean)
Initializes a new instance of the FindOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal matchCase As Boolean, _
   ByVal wholeWord As Boolean, _
   ByVal searchBackward As Boolean _
)
public FindOptions( 
   string text,
   bool matchCase,
   bool wholeWord,
   bool searchBackward
)

Parameters

text
matchCase
wholeWord
searchBackward
See Also

Reference

FindOptions Class
FindOptions Members
Overload List