ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / MetafileFilter Class / MetafileFilter Constructor
Name of the zip file that will contain the report metafiles.

In This Topic
    MetafileFilter Constructor
    In This Topic
    Creates a new instance of the MetafileFilter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As System.String _
    )
    public MetafileFilter( 
       System.string fileName
    )

    Parameters

    fileName
    Name of the zip file that will contain the report metafiles.
    See Also