ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / TextFilter Class / TextFilter Constructor / TextFilter Constructor(String)
Full name of the file to be created. If the file already exists, it will be overwritten.

In This Topic
    TextFilter Constructor(String)
    In This Topic
    Initializes a new instance of the TextFilter class attached to a file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As System.String _
    )
    public TextFilter( 
       System.string fileName
    )

    Parameters

    fileName
    Full name of the file to be created. If the file already exists, it will be overwritten.
    See Also