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

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

    Parameters

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