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

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

    Parameters

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