Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportTextExporter Class / MakeFilter Method
The file to create the filter for.

In This Topic
    MakeFilter Method (C1ReportTextExporter)
    In This Topic
    Overriden. Creates an instance of C1.C1Report.TextFilterClassic or C1.C1Report.TextFilter class determined by UseTextFilterClassic.
    Syntax
    'Declaration
     
    Protected Overrides Function MakeFilter( _
       ByVal fileName As String _
    ) As ExportFilter
    protected override ExportFilter MakeFilter( 
       string fileName
    )

    Parameters

    fileName
    The file to create the filter for.

    Return Value

    The filter created.
    See Also