ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / FindOptions Class / FindOptions Constructor / FindOptions Constructor(String,Boolean,Boolean,Boolean)

In This Topic
    FindOptions Constructor(String,Boolean,Boolean,Boolean)
    In This Topic
    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