ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilterClassic Class / TextFilterClassic Constructor / TextFilterClassic Constructor(String)
Full name of the file to be created. If the file already exists, it will be overwritten.

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

    Parameters

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