ComponentOne Reports for WPF
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 String _
    )
    public MetafileFilter( 
       string fileName
    )

    Parameters

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