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

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

    Parameters

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