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

In This Topic
    FindOptions Constructor(String)
    In This Topic
    Initializes a new instance of the FindOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public FindOptions( 
       string text
    )

    Parameters

    text
    The text.
    See Also