ComponentOne Reports for WPF
C1.C1Report Namespace / XlsFilter Class / XlsFilter Constructor / XlsFilter Constructor(String)
Full name of the file to be created.

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

    Parameters

    fileName
    Full name of the file to be created.
    Remarks
    If the file already exists, the filter will open it and will add a new sheet with the report.
    See Also